[Scummvm-git-logs] scummvm master -> ac666c23060f258d0e35c2f4ce0c4571b992d5d0
sev-
sev at scummvm.org
Fri Jan 8 18:31:53 UTC 2021
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:
ac666c2306 ANDROID: Set minimal SDK to 21+ (Android 5+). The app crashes at launch on Android 4
Commit: ac666c23060f258d0e35c2f4ce0c4571b992d5d0
https://github.com/scummvm/scummvm/commit/ac666c23060f258d0e35c2f4ce0c4571b992d5d0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-01-08T19:31:19+01:00
Commit Message:
ANDROID: Set minimal SDK to 21+ (Android 5+). The app crashes at launch on Android 4
Changed paths:
dists/android/build.gradle
dists/android3d/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index cd5fb70c4a..b1fc451c46 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -32,7 +32,7 @@ android {
setProperty("archivesBaseName", "ScummVM")
- minSdkVersion 16
+ minSdkVersion 21
targetSdkVersion 29
versionName "2.3.0git"
diff --git a/dists/android3d/build.gradle b/dists/android3d/build.gradle
index 40884e17c9..6d9463affa 100644
--- a/dists/android3d/build.gradle
+++ b/dists/android3d/build.gradle
@@ -32,7 +32,7 @@ android {
setProperty("archivesBaseName", "ResidualVM")
- minSdkVersion 16
+ minSdkVersion 21
targetSdkVersion 28
versionName "0.4"
More information about the Scummvm-git-logs
mailing list