[Scummvm-cvs-logs] scummvm master -> a32c53f936f8b3fbf90d016d3c07de62c96798b1

fuzzie fuzzie at fuzzie.org
Mon May 23 09:35:15 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:
a32c53f936 ANDROID: Build against android-23 platform.


Commit: a32c53f936f8b3fbf90d016d3c07de62c96798b1
    https://github.com/scummvm/scummvm/commit/a32c53f936f8b3fbf90d016d3c07de62c96798b1
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2016-05-23T09:33:11+02:00

Commit Message:
ANDROID: Build against android-23 platform.

We seem to need this for the new manifest elements.

Changed paths:
    backends/platform/android/android.mk



diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk
index 68a2a34..38128c6 100644
--- a/backends/platform/android/android.mk
+++ b/backends/platform/android/android.mk
@@ -3,7 +3,7 @@
 # These must be incremented for each market upload
 ANDROID_VERSIONCODE = 6
 
-ANDROID_TARGET_VERSION = 14
+ANDROID_TARGET_VERSION = 23
 
 NDK_BUILD = $(ANDROID_NDK)/ndk-build APP_ABI=$(ABI)
 SDK_ANDROID = $(ANDROID_SDK)/tools/android






More information about the Scummvm-git-logs mailing list