diff options
| author | Ryan Houdek <Sonicadvance1@Gmail.com> | 2013-08-29 21:52:31 +0000 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@Gmail.com> | 2013-08-29 22:28:23 +0000 |
| commit | 1dcede4d56642f0ab81c6fa811b09bf6ce85764b (patch) | |
| tree | 3462f2a3754700dde13c8bd1da0d4412b5ab9c9b /Source/Android | |
| parent | 5a749cc7ca097403653589d0b220bd61603386e2 (diff) | |
[Android] Stop the play store from overwriting buildbot builds.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml index bbf17fb974..1dbfba798d 100644 --- a/Source/Android/AndroidManifest.xml +++ b/Source/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.dolphinemu.dolphinemu" - android:versionCode="10" - android:versionName="0.10" + android:versionCode="11" + android:versionName="0.11" android:installLocation="auto"> <uses-sdk |
