Fix build

This commit is contained in:
Miku AuahDark
2020-10-01 10:21:33 +08:00
parent d3398d8069
commit 118bc37506
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
buildToolsVersion '30.0.2'
ndkVersion '21.3.6528147'
defaultConfig {
applicationId "org.love2d.android"
versionCode 29
+1 -1
View File
@@ -8,7 +8,7 @@ android {
// defaultPublishConfig "debug"
compileSdkVersion 30
buildToolsVersion '30.0.2'
ndkVersion '21.3.6528147'
ndkVersion '21.3.6528147'
defaultConfig {
compileSdkVersion 30