[Scummvm-git-logs] scummvm master -> 40298ce3a64f5f58e587dbeb305b26e8d48e8f66
antoniou79
a.antoniou79 at gmail.com
Sun Sep 27 22:12:42 UTC 2020
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:
40298ce3a6 ANDROID: Set target SDK to 29
Commit: 40298ce3a64f5f58e587dbeb305b26e8d48e8f66
https://github.com/scummvm/scummvm/commit/40298ce3a64f5f58e587dbeb305b26e8d48e8f66
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2020-09-28T01:08:09+03:00
Commit Message:
ANDROID: Set target SDK to 29
As per the Play Store rules.
>From 2 November 2020, app updates must target Android 10 (API level 29) or higher. (https://developer.android.com/distribute/best-practices/develop/target-sdk)
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 742d9f1ee1..8363ce4606 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -33,7 +33,7 @@ android {
setProperty("archivesBaseName", "ScummVM")
minSdkVersion 16
- targetSdkVersion 28
+ targetSdkVersion 29
versionName "2.3.0git"
versionCode 53
More information about the Scummvm-git-logs
mailing list