Selaa lähdekoodia

bump up version code

yattoz 4 vuotta sitten
vanhempi
commit
b77d9017a6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle Näytä tiedosto

@@ -29,8 +29,8 @@ android {
29 29
         applicationId "fr.forum_thalie.tsumugi"
30 30
         minSdkVersion 16
31 31
         targetSdkVersion 29
32
-        versionCode 114
33
-        versionName "1.1.4"
32
+        versionCode 115
33
+        versionName "1.1.5"
34 34
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
35 35
         vectorDrawables.useSupportLibrary = true
36 36
     }