Browse Source

Updated app version to 0.1.17

Vadik Sirekanyan 7 năm trước cách đây
mục cha
commit
ad92355931
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -9,8 +9,8 @@ android {
         applicationId 'me.vadik.knigopis' // todo: remove in beta release
         minSdkVersion 16
         targetSdkVersion 27
-        versionCode 17
-        versionName '0.1.16'
+        versionCode 18
+        versionName '0.1.17'
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
         buildConfigField "String", "STATIC_SERVER", '"https://knigopis.tk/img"'