drew hace 6 años
padre
commit
4ce1531fc3
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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"
         }