mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
[Android] Move to targetSdkVersion 29
This commit is contained in:
parent
c9b7122a08
commit
aa20e3b513
@ -24,6 +24,7 @@
|
|||||||
android:isGame="true"
|
android:isGame="true"
|
||||||
android:banner="@drawable/banner"
|
android:banner="@drawable/banner"
|
||||||
android:extractNativeLibs="true"
|
android:extractNativeLibs="true"
|
||||||
|
android:requestLegacyExternalStorage="true"
|
||||||
tools:ignore="UnusedAttribute">
|
tools:ignore="UnusedAttribute">
|
||||||
<activity android:name="com.retroarch.browser.mainmenu.MainMenuActivity" android:exported="true" android:launchMode="singleInstance">
|
<activity android:name="com.retroarch.browser.mainmenu.MainMenuActivity" android:exported="true" android:launchMode="singleInstance">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
@ -25,8 +25,8 @@ allprojects {
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 29
|
||||||
buildToolsVersion "28.0.3"
|
buildToolsVersion "29.0.3"
|
||||||
|
|
||||||
flavorDimensions "variant"
|
flavorDimensions "variant"
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ android {
|
|||||||
arguments "-j${Runtime.runtime.availableProcessors()}"
|
arguments "-j${Runtime.runtime.availableProcessors()}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
targetSdkVersion 28
|
targetSdkVersion 29
|
||||||
}
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
apply plugin: 'com.android.dynamic-feature'
|
apply plugin: 'com.android.dynamic-feature'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 28
|
compileSdkVersion 29
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 29
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions "variant"
|
flavorDimensions "variant"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user