Explorar el Código

Updated app version to 0.1.7

Vadik Sirekanyan hace 7 años
padre
commit
164127241a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -9,8 +9,8 @@ android {
         applicationId "me.vadik.knigopis"
         minSdkVersion 19
         targetSdkVersion 27
-        versionCode 7
-        versionName "0.1.6"
+        versionCode 8
+        versionName "0.1.7"
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }