[Scummvm-cvs-logs] scummvm master -> b01aa4141e6674c84d2406cfadc6cf88a261dc29
sev-
sev at scummvm.org
Tue May 31 17:13:53 CEST 2016
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:
b01aa4141e ANDROID: Set version code to 16. 15 was 1.8.1
Commit: b01aa4141e6674c84d2406cfadc6cf88a261dc29
https://github.com/scummvm/scummvm/commit/b01aa4141e6674c84d2406cfadc6cf88a261dc29
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-31T17:13:33+02:00
Commit Message:
ANDROID: Set version code to 16. 15 was 1.8.1
Changed paths:
backends/platform/android/android.mk
diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 38128c6..4a29526 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -1,7 +1,7 @@
# Android specific build targets
# These must be incremented for each market upload
-ANDROID_VERSIONCODE = 6
+ANDROID_VERSIONCODE = 16
ANDROID_TARGET_VERSION = 23
More information about the Scummvm-git-logs
mailing list