We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06590db commit c224b13Copy full SHA for c224b13
1 file changed
app/build.gradle
@@ -23,8 +23,8 @@ android {
23
minSdkVersion 27
24
//noinspection ExpiredTargetSdkVersion
25
targetSdkVersion 32
26
- versionCode 1121
27
- versionName '1.12.1' // https://semver.org/lang/zh-CN/
+ versionCode 1123
+ versionName '1.12.3' // https://semver.org/lang/zh-CN/
28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
29
resourceConfigurations += ['zh', 'zh-rCN', 'en', 'en-rUS']
30
ndk {
0 commit comments