[Android] Move to targetSdkVersion 29

This commit is contained in:
Braden Farmer 2020-11-01 20:38:23 -07:00
parent c9b7122a08
commit aa20e3b513
3 changed files with 6 additions and 5 deletions

View File

@ -24,6 +24,7 @@
android:isGame="true"
android:banner="@drawable/banner"
android:extractNativeLibs="true"
android:requestLegacyExternalStorage="true"
tools:ignore="UnusedAttribute">
<activity android:name="com.retroarch.browser.mainmenu.MainMenuActivity" android:exported="true" android:launchMode="singleInstance">
<intent-filter>

View File

@ -25,8 +25,8 @@ allprojects {
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 29
buildToolsVersion "29.0.3"
flavorDimensions "variant"
@ -37,7 +37,7 @@ android {
arguments "-j${Runtime.runtime.availableProcessors()}"
}
}
targetSdkVersion 28
targetSdkVersion 29
}
productFlavors {

View File

@ -1,10 +1,10 @@
apply plugin: 'com.android.dynamic-feature'
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
}
flavorDimensions "variant"