aboutsummaryrefslogtreecommitdiff
path: root/dists/android
diff options
context:
space:
mode:
authorEugene Sandulenko2011-10-20 12:39:29 +0100
committerEugene Sandulenko2011-10-20 12:39:29 +0100
commit2c735008421c82aeb0b3756b760d5bc5e8fd4c96 (patch)
tree23c5bcb33f73b40e7898bd0e879904fa0863e1a1 /dists/android
parente1d06157352d36a9a4ea501cc9c79db2a5494e83 (diff)
downloadscummvm-rg350-2c735008421c82aeb0b3756b760d5bc5e8fd4c96.tar.gz
scummvm-rg350-2c735008421c82aeb0b3756b760d5bc5e8fd4c96.tar.bz2
scummvm-rg350-2c735008421c82aeb0b3756b760d5bc5e8fd4c96.zip
RELEASE: This is 1.5.0git
Diffstat (limited to 'dists/android')
-rw-r--r--dists/android/AndroidManifest.xml2
-rw-r--r--dists/android/plugin-manifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index e540e4e8b9..affce3c004 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -4,7 +4,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.inodes.gus.scummvm"
android:versionCode="@ANDROID_VERSIONCODE@"
- android:versionName="1.4.0git"
+ android:versionName="1.5.0git"
android:installLocation="preferExternal">
<!-- This version works on Android 1.5 (SDK 3) and newer, but we
diff --git a/dists/android/plugin-manifest.xml b/dists/android/plugin-manifest.xml
index 2fbd56b367..adcd39f9aa 100644
--- a/dists/android/plugin-manifest.xml
+++ b/dists/android/plugin-manifest.xml
@@ -3,7 +3,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.inodes.gus.scummvm.plugin.@PLUGIN_NAME@"
android:versionCode="@PLUGIN_VERSION_CODE@"
- android:versionName="1.4.0git"
+ android:versionName="1.5.0git"
android:installLocation="preferExternal">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />