diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/android/android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk index 8eee80b6a0..5842db0711 100644 --- a/backends/platform/android/android.mk +++ b/backends/platform/android/android.mk @@ -10,7 +10,7 @@ ANDROID_VERSIONCODE = 40 # ScummVM 1.9.0: 19 # ScummVM 1.8.1: 15 -ANDROID_TARGET_VERSION = 26 +ANDROID_TARGET_VERSION = 28 # ndk-build will build the ScummVM library in release mode by default unless: # - an Application.mk is provided in the jni folder with APP_OPTIM := debug |