mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
[Android] Stop the play store from overwriting buildbot builds.
This commit is contained in:
parent
5a749cc7ca
commit
1dcede4d56
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue