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