[Scummvm-git-logs] scummvm master -> 4e3c35e26bc68a0e4b5ce88446473e497f0a203e
sev-
sev at scummvm.org
Sun Jan 17 20:50:39 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:
4e3c35e26b Revert "ANDROID: Set minimal SDK to 21+ (Android 5+). The app crashes at launch on Android 4"
Commit: 4e3c35e26bc68a0e4b5ce88446473e497f0a203e
https://github.com/scummvm/scummvm/commit/4e3c35e26bc68a0e4b5ce88446473e497f0a203e
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-01-17T21:50:35+01:00
Commit Message:
Revert "ANDROID: Set minimal SDK to 21+ (Android 5+). The app crashes at launch on Android 4"
This reverts commit ac666c23060f258d0e35c2f4ce0c4571b992d5d0.
Changed paths:
dists/android/build.gradle
dists/android3d/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index b1fc451c46..cd5fb70c4a 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -32,7 +32,7 @@ android {
setProperty("archivesBaseName", "ScummVM")
- minSdkVersion 21
+ minSdkVersion 16
targetSdkVersion 29
versionName "2.3.0git"
diff --git a/dists/android3d/build.gradle b/dists/android3d/build.gradle
index 6d9463affa..40884e17c9 100644
--- a/dists/android3d/build.gradle
+++ b/dists/android3d/build.gradle
@@ -32,7 +32,7 @@ android {
setProperty("archivesBaseName", "ResidualVM")
- minSdkVersion 21
+ minSdkVersion 16
targetSdkVersion 28
versionName "0.4"
More information about the Scummvm-git-logs
mailing list