Browse Source

Updated app version to 0.2.0

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

+ 2 - 2
app/build.gradle

@@ -13,8 +13,8 @@ android {
         applicationId 'com.sirekanyan.knigopis'
         minSdkVersion 16
         targetSdkVersion 27
-        versionCode 21
-        versionName '0.1.19'
+        versionCode 22
+        versionName '0.2.0'
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
         buildConfigField "String", "STATIC_SERVER", '"https://knigopis.tk/img"'