@@ -1 +1,2 @@
/build
+/release
@@ -7,8 +7,8 @@ android {
applicationId "com.android.chmo"
minSdkVersion 15
targetSdkVersion 28
- versionCode 111
- versionName "1.1.1"
+ versionCode 112
+ versionName "1.1.2"
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}