aboutsummaryrefslogtreecommitdiff
path: root/dists/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-26 20:57:54 +0200
committerEugene Sandulenko2016-09-26 20:57:54 +0200
commit53790e749725f92d43f1a09b342203eb5022c2fc (patch)
tree97c7b2e3b141de31dc37a611d5a78121db5c0ab6 /dists/android/AndroidManifest.xml
parentdea4b64839a90b3dfc2503b77439f24ba30f9b47 (diff)
downloadscummvm-rg350-53790e749725f92d43f1a09b342203eb5022c2fc.tar.gz
scummvm-rg350-53790e749725f92d43f1a09b342203eb5022c2fc.tar.bz2
scummvm-rg350-53790e749725f92d43f1a09b342203eb5022c2fc.zip
RELEASE: This is 1.10.0git
Diffstat (limited to 'dists/android/AndroidManifest.xml')
-rw-r--r--dists/android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index 64870a459b..208ed62f90 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.scummvm.scummvm"
android:versionCode="@ANDROID_VERSIONCODE@"
- android:versionName="1.9.0git"
+ android:versionName="1.10.0git"
android:sharedUserId="org.scummvm.scummvm">
<!-- This version works on Android 1.5 (SDK 3) and newer, but we
@@ -29,7 +29,7 @@
</intent-filter>
</activity>
<activity android:name=".ScummVMActivity"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:banner="@drawable/leanback_icon">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>