File tree 4 files changed +14
-5
lines changed 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
22
22
applicationId = " com.eatssu.android"
23
23
minSdk = 23
24
24
targetSdk = 34
25
- versionCode = 24
26
- versionName = " 2.1.4 "
25
+ versionCode = 25
26
+ versionName = " 2.1.5 "
27
27
28
28
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
29
29
}
Original file line number Diff line number Diff line change 32
32
android : allowBackup =" true"
33
33
android : dataExtractionRules =" @xml/data_extraction_rules"
34
34
android : fullBackupContent =" @xml/backup_rules"
35
- android : icon =" @drawable/img_logo_512 "
35
+ android : icon =" @drawable/img_logo_christmas "
36
36
android : label =" @string/app_name"
37
37
android : networkSecurityConfig =" @xml/network_security_config"
38
38
android : requestLegacyExternalStorage =" true"
39
- android : roundIcon =" @drawable/img_logo_512 "
39
+ android : roundIcon =" @drawable/img_logo_christmas "
40
40
android : supportsRtl =" true"
41
41
android : theme =" @style/Theme.EatSSUAndroid"
42
42
android : usesCleartextTraffic =" true"
Original file line number Diff line number Diff line change 12
12
android : layout_height =" wrap_content"
13
13
android : scaleType =" centerInside"
14
14
android : layout_margin =" 65dp"
15
- android : src =" @drawable/img_new_logo_white"
15
+ android : src =" @drawable/img_logo_snow"
16
+ app : layout_constraintBottom_toBottomOf =" parent"
17
+ app : layout_constraintEnd_toEndOf =" parent"
18
+ app : layout_constraintStart_toStartOf =" parent"
19
+ app : layout_constraintTop_toTopOf =" parent" />
20
+
21
+ <ImageView
22
+ android : layout_width =" wrap_content"
23
+ android : layout_height =" wrap_content"
24
+ android : src =" @drawable/img_backgroud_snow"
16
25
app : layout_constraintBottom_toBottomOf =" parent"
17
26
app : layout_constraintEnd_toEndOf =" parent"
18
27
app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments