소스 검색

Updated app version to 0.1.19

Vadik Sirekanyan 7 년 전
부모
커밋
9b9a1c5b41
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -13,8 +13,8 @@ android {
         applicationId 'me.vadik.knigopis' // todo: remove in beta release
         minSdkVersion 16
         targetSdkVersion 27
-        versionCode 20
-        versionName '0.1.18'
+        versionCode 21
+        versionName '0.1.19'
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
         buildConfigField "String", "STATIC_SERVER", '"https://knigopis.tk/img"'