[1.0.5]修改icon,回退版本号
This commit is contained in:
@@ -61,11 +61,11 @@
|
||||
android:name=".MyApplication"
|
||||
android:allowBackup="false"
|
||||
android:allowNativeHeapPointerTagging="false"
|
||||
android:icon="@drawable/ic_icon2"
|
||||
android:icon="@drawable/ic_icon3"
|
||||
android:label="@string/app_name"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:resizeableActivity="false"
|
||||
android:roundIcon="@drawable/ic_icon2"
|
||||
android:roundIcon="@drawable/ic_icon3"
|
||||
android:supportsRtl="true"
|
||||
android:taskAffinity="com.xjjk.healthyclients"
|
||||
android:theme="@style/Theme.HearthyClients"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 539 KiB |
+2
-2
@@ -2,8 +2,8 @@ ext {
|
||||
minSdkVersion = 26
|
||||
targetSdkVersion = 32
|
||||
compileSdkVersion = 33
|
||||
versionCode = 10006
|
||||
versionName = "1.00.06"
|
||||
versionCode = 105
|
||||
versionName = "1.0.5"
|
||||
//Dependencies
|
||||
junitVersion = "4.12"
|
||||
lifecycleVersion = "2.6.0-alpha01"
|
||||
|
||||
Reference in New Issue
Block a user