drew 6 年之前
父節點
當前提交
4ce1531fc3
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      app/.gitignore
  2. 2 2
      app/build.gradle

+ 1 - 0
app/.gitignore

@@ -1 +1,2 @@
 /build
+/release

+ 2 - 2
app/build.gradle

@@ -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"
         }