Przeglądaj źródła

Updated app version to 0.1.15

Vadik Sirekanyan 7 lat temu
rodzic
commit
69f4f9c5a3
1 zmienionych plików z 2 dodań i 2 usunięć
  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 15
-        versionName '0.1.14'
+        versionCode 16
+        versionName '0.1.15'
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }