浏览代码

Updated app version to 0.1.16

Vadik Sirekanyan 7 年之前
父节点
当前提交
5dd125fb21
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -9,8 +9,8 @@ android {
         applicationId 'me.vadik.knigopis'
         minSdkVersion 16
         targetSdkVersion 27
-        versionCode 16
-        versionName '0.1.15'
+        versionCode 17
+        versionName '0.1.16'
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }