mirror of
https://github.com/love2d/love-android.git
synced 2026-08-14 10:13:40 +02:00
Fix build
This commit is contained in:
+2
-1
@@ -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
@@ -8,7 +8,7 @@ android {
|
||||
// defaultPublishConfig "debug"
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion '30.0.2'
|
||||
ndkVersion '21.3.6528147'
|
||||
ndkVersion '21.3.6528147'
|
||||
|
||||
defaultConfig {
|
||||
compileSdkVersion 30
|
||||
|
||||
Reference in New Issue
Block a user