Update version for 1.12.1

This commit is contained in:
Henrik Rydgård 2021-10-09 10:19:44 +02:00
parent dab36b4e91
commit bbe06ace22

View file

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="112000000"
android:versionName="1.12.0.0">
android:versionCode="112010000"
android:versionName="1.12.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. -->