Browse Source

version bump to 1.2.0

yattoz 2 years ago
parent
commit
d238654842
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle View File

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