Browse Source

Increase versionCode of the app.

Miku AuahDark 2 years ago
parent
commit
17122a871f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -8,7 +8,7 @@ android {
 
 
     defaultConfig {
     defaultConfig {
         applicationId "org.love2d.android"
         applicationId "org.love2d.android"
-        versionCode 31
+        versionCode 32
         versionName "12.0"
         versionName "12.0"
         minSdk 21
         minSdk 21
         targetSdk 33
         targetSdk 33