mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
[Android] Move to targetSdkVersion 29
This commit is contained in:
parent
c9b7122a08
commit
aa20e3b513
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -1,10 +1,10 @@
|
||||
apply plugin: 'com.android.dynamic-feature'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
}
|
||||
|
||||
flavorDimensions "variant"
|
||||
|
Loading…
x
Reference in New Issue
Block a user