Update version to 1.11.1

This commit is contained in:
Henrik Rydgård 2021-02-11 22:55:01 +01:00
parent 894cb9f28f
commit d1c4b86e0a

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="111000000"
android:versionName="1.11.0.0">
android:versionCode="111010000"
android:versionName="1.11.1.0">
<!-- Note that versionCode should be in the format xyyzzrrrr. Example: 110030000 -->
<!-- In this same case, versionName should be 1.10.3.0 -->
<!-- Also note that we are overriding these values anyway from gradle. -->