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:
Le Philousophe 2020-04-04 13:04:20 +02:00 committed by Antoniou Athanasios
parent d3c72b4c97
commit 4367c2d350

View File

@ -33,7 +33,7 @@ android {
setProperty("archivesBaseName", "ScummVM")
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 28
versionName "2.2.0git"
versionCode 45