Selaa lähdekoodia

Updated app version to 0.1.9

Vadik Sirekanyan 7 vuotta sitten
vanhempi
commit
b531d7fd83
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 9
-        versionName '0.1.8'
+        versionCode 10
+        versionName '0.1.9'
         archivesBaseName = "$applicationId-$versionName-$versionCode"
         vectorDrawables.useSupportLibrary = true
     }