Parcourir la source

Updated app version to 0.1.4

sirekanyan il y a 8 ans
Parent
commit
c385a79eb4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 4
-        versionName "0.1.3"
+        versionCode 5
+        versionName "0.1.4"
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }