Revert "Increase target API level to 29 (Android 10.0)"

This reverts commit f0abf9b537.

See #194
This commit is contained in:
Miku AuahDark
2020-10-06 20:47:56 +08:00
parent f0abf9b537
commit 6c754106ea
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ android {
versionCode 29 versionCode 29
versionName "11.3a" versionName "11.3a"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 29 targetSdkVersion 28
} }
buildTypes { buildTypes {
release { release {
-1
View File
@@ -24,7 +24,6 @@ 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 {