android: update compileSdkVersion/targetSdkVersion to version 29

This commit is contained in:
scribam 2021-07-17 14:49:00 +02:00 committed by flyinghead
parent 5c0dd67094
commit 147bd8341d
2 changed files with 4 additions and 3 deletions

View File

@ -12,12 +12,12 @@ def getVersionName = { ->
}
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.flycast.emulator"
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode 8
versionName getVersionName()
vectorDrawables.useSupportLibrary = true

View File

@ -42,7 +42,8 @@
android:banner="@drawable/ic_banner"
android:logo="@drawable/ic_banner"
android:hardwareAccelerated="true"
android:isGame="true">
android:isGame="true"
android:requestLegacyExternalStorage="true">
<meta-data android:name="android.max_aspect" android:value="2.1" />
<activity