android: update compileSdkVersion/targetSdkVersion to version 29
This commit is contained in:
parent
5c0dd67094
commit
147bd8341d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue