ocr encoding fix & 2.1.2 release

This commit is contained in:
UnknownObject
2022-11-10 20:29:53 +08:00
parent 5418ef7d07
commit 88f450c48a
10 changed files with 47 additions and 23 deletions
+3 -3
View File
@@ -9,8 +9,8 @@ android {
applicationId "com.uns.maincar"
minSdk 26
targetSdk 32
versionCode 22
versionName '2.1.1'
versionCode 23
versionName '2.1.2'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
@@ -18,7 +18,7 @@ android {
cppFlags ''
}
}
versionNameSuffix 'beta'
versionNameSuffix '-beta'
}
buildTypes {