소스 검색

Updated app version to 0.1.6

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

+ 2 - 2
app/build.gradle

@@ -10,8 +10,8 @@ android {
         applicationId "me.vadik.knigopis"
         minSdkVersion 19
         targetSdkVersion 27
-        versionCode 6
-        versionName "0.1.5"
+        versionCode 7
+        versionName "0.1.6"
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }