Merge pull request #11511 from farmerbb/master

[Android] Move to targetSdkVersion 29
This commit is contained in:
Autechre 2020-11-03 20:24:42 +01:00 committed by GitHub
commit ec9fbdf21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 7 deletions

View File

@ -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:

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"