Ver Fonte

Updated app version to 0.1.5

sirekanyan há 8 anos atrás
pai
commit
e95504608f
1 ficheiros alterados com 2 adições e 2 exclusões
  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 5
-        versionName "0.1.4"
+        versionCode 6
+        versionName "0.1.5"
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }