Sfoglia il codice sorgente

Updated app version to 0.1.12

Vadik Sirekanyan 7 anni fa
parent
commit
989d0a6b41
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -9,8 +9,8 @@ android {
         applicationId 'me.vadik.knigopis'
         minSdkVersion 19
         targetSdkVersion 27
-        versionCode 12
-        versionName '0.1.11'
+        versionCode 13
+        versionName '0.1.12'
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }