mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
ANDROID: Don't target Android API level 29 yet
Android API level 29 introduces scoped storage which is enabled by default for applications targeting level 29. This protection prevents us to access external storage. There is a compatibility flag but it will disappear in Android 11. To target more recent platforms, we should implement SAF FS backend.
This commit is contained in:
parent
d3c72b4c97
commit
4367c2d350
@ -33,7 +33,7 @@ android {
|
||||
setProperty("archivesBaseName", "ScummVM")
|
||||
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 28
|
||||
|
||||
versionName "2.2.0git"
|
||||
versionCode 45
|
||||
|
Loading…
x
Reference in New Issue
Block a user