mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #11511 from farmerbb/master
[Android] Move to targetSdkVersion 29
This commit is contained in:
commit
ec9fbdf21c
@ -99,8 +99,8 @@ matrix:
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
- build-tools-28.0.3
|
||||
- android-28
|
||||
- build-tools-29.0.3
|
||||
- android-29
|
||||
install:
|
||||
- echo y | sdkmanager "ndk-bundle"
|
||||
before_script:
|
||||
|
@ -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