Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Stop the play store from overwriting buildbot builds.
  • Loading branch information
Sonicadvance1 committed Aug 29, 2013
1 parent 5a749cc commit 1dcede4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 1dcede4

Please sign in to comment.