[Scummvm-git-logs] scummvm master -> 4762b02a52165e0c5efd8a1e0bd997da99307190
antoniou79
antoniou at cti.gr
Mon Oct 21 12:39:54 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4762b02a52 ANDROID: Set target SDK to 28
Commit: 4762b02a52165e0c5efd8a1e0bd997da99307190
https://github.com/scummvm/scummvm/commit/4762b02a52165e0c5efd8a1e0bd997da99307190
Author: Thanasis Antoniou (antoniou79 at lists.scummvm.org)
Date: 2019-10-21T12:39:32+02:00
Commit Message:
ANDROID: Set target SDK to 28
Changed paths:
backends/platform/android/android.mk
dists/android/AndroidManifest.xml
dists/android/AndroidManifest.xml.in
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 8eee80b..5842db0 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
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index c74458b..0f17c28 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -8,7 +8,7 @@
android:sharedUserId="org.scummvm.scummvm">
<uses-sdk android:minSdkVersion="3"
- android:targetSdkVersion="26"/>
+ android:targetSdkVersion="28"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in
index fa1eafa..3410d33 100644
--- a/dists/android/AndroidManifest.xml.in
+++ b/dists/android/AndroidManifest.xml.in
@@ -8,7 +8,7 @@
android:sharedUserId="org.scummvm.scummvm">
<uses-sdk android:minSdkVersion="3"
- android:targetSdkVersion="26"/>
+ android:targetSdkVersion="28"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
More information about the Scummvm-git-logs
mailing list