Skip to content

Commit 957beac

Browse files
authored
Release 2.1.5 (#264)
1 parent b59adf8 commit 957beac

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId = "com.eatssu.android"
2323
minSdk = 23
2424
targetSdk = 34
25-
versionCode = 24
26-
versionName = "2.1.4"
25+
versionCode = 25
26+
versionName = "2.1.5"
2727

2828
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2929
}

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
android:allowBackup="true"
3333
android:dataExtractionRules="@xml/data_extraction_rules"
3434
android:fullBackupContent="@xml/backup_rules"
35-
android:icon="@drawable/img_logo_512"
35+
android:icon="@drawable/img_logo_christmas"
3636
android:label="@string/app_name"
3737
android:networkSecurityConfig="@xml/network_security_config"
3838
android:requestLegacyExternalStorage="true"
39-
android:roundIcon="@drawable/img_logo_512"
39+
android:roundIcon="@drawable/img_logo_christmas"
4040
android:supportsRtl="true"
4141
android:theme="@style/Theme.EatSSUAndroid"
4242
android:usesCleartextTraffic="true"
Loading

app/src/main/res/layout/activity_intro.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@
1212
android:layout_height="wrap_content"
1313
android:scaleType="centerInside"
1414
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"
1625
app:layout_constraintBottom_toBottomOf="parent"
1726
app:layout_constraintEnd_toEndOf="parent"
1827
app:layout_constraintStart_toStartOf="parent"

0 commit comments

Comments
 (0)