Skip to content

Commit 261d0dd

Browse files
committed
1.更新项目图标;
1 parent 5aea3dc commit 261d0dd

35 files changed

+13
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ if (flutterRoot == null) {
1818

1919
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
2020
if (flutterVersionCode == null) {
21-
flutterVersionCode = '3'
21+
flutterVersionCode = '6'
2222
}
2323

2424
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2525
if (flutterVersionName == null) {
26-
flutterVersionName = '1.0.2'
26+
flutterVersionName = '1.0.5'
2727
}
2828

2929
apply plugin: 'com.android.application'
-2.86 KB
Loading
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)