restore unexpectly changed version number.

This commit is contained in:
ZCShou 2022-06-15 09:41:44 +08:00
parent ddb735aa6c
commit 29fe0c4fe6
No known key found for this signature in database
GPG Key ID: 1011EBCEDDDEB03A

View File

@ -22,8 +22,8 @@ android {
applicationId "com.zcshou.gogogo"
minSdkVersion 27
targetSdkVersion 32
versionCode 1100
versionName '1.10.0' // https://semver.org/lang/zh-CN/
versionCode 1101
versionName '1.10.1' // https://semver.org/lang/zh-CN/
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs 'zh', 'zh-rCN', 'en', 'en-rUS' //
ndk {
@ -47,6 +47,7 @@ android {
// the Android Gradle plugin. To learn more, go to the section about
// R8 configuration files.
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
debug {