Skip to content

Commit d4254ba

Browse files
committed
clean codes and icon for android
1 parent c13e879 commit d4254ba

28 files changed

+37
-56
lines changed

client/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ flutter {
6767
}
6868

6969
dependencies {
70-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
70+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
7171
}

client/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="xyz.teages.vtablet">
33
<application
4-
android:label="vtablet"
4+
android:label="vTablet"
55
android:name="${applicationName}"
66
android:icon="@mipmap/ic_launcher">
77
<activity
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
5+
</adaptive-icon>
Binary file not shown.
1.79 KB
Loading
3.46 KB
Loading
Binary file not shown.
1.05 KB
Loading
2.16 KB
Loading

0 commit comments

Comments
 (0)