mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
Increase target API level to 29 (Android 10.0)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ android {
|
|||||||
versionCode 29
|
versionCode 29
|
||||||
versionName "11.3a"
|
versionName "11.3a"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 28
|
targetSdkVersion 29
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ android {
|
|||||||
// libraries Gradle should build and package with your APK.
|
// libraries Gradle should build and package with your APK.
|
||||||
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
||||||
}
|
}
|
||||||
|
targetSdkVersion 29
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|||||||
Reference in New Issue
Block a user