Browse Source

Update APK manifest to 11.3

Miku AuahDark 6 years ago
parent
commit
29821438ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -5,8 +5,8 @@ android {
     buildToolsVersion "28.0.3"
     buildToolsVersion "28.0.3"
     defaultConfig {
     defaultConfig {
         applicationId "org.love2d.android"
         applicationId "org.love2d.android"
-        versionCode 27
-        versionName "11.2"
+        versionCode 28
+        versionName "11.3"
         minSdkVersion 14
         minSdkVersion 14
         targetSdkVersion 28
         targetSdkVersion 28
     }
     }