Browse Source

Updated app version to 0.1.8

Vadik Sirekanyan 7 years ago
parent
commit
2f7bbeaf4c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

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