diff options
Diffstat (limited to 'dists/android/AndroidManifest.xml')
-rw-r--r-- | dists/android/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 178e084840..923da5fd19 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="2.1.0git" + android:versionName="2.2.0git" android:sharedUserId="org.scummvm.scummvm"> <uses-sdk android:minSdkVersion="3" |