Update APK manifest to 11.3

This commit is contained in:
Miku AuahDark
2019-10-10 23:23:28 +08:00
parent a199d54b50
commit 29821438ad
+2 -2
View File
@@ -5,8 +5,8 @@ android {
buildToolsVersion "28.0.3"
defaultConfig {
applicationId "org.love2d.android"
versionCode 27
versionName "11.2"
versionCode 28
versionName "11.3"
minSdkVersion 14
targetSdkVersion 28
}