修改版本号和icon

This commit is contained in:
zhl 2020-11-27 20:54:04 +08:00
parent e571551e70
commit 0ce9a41445
3 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "com.hnjc.wjtx.vivo"
minSdkVersion 18
targetSdkVersion 28
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.2"
ndk {
abiFilters 'armeabi-v7a'
}

View File

@ -21,7 +21,7 @@
<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:icon="@drawable/icon"
android:name=".JCApplication"
android:label="@string/app_name"
android:usesCleartextTraffic="true"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 195 KiB