Update version number

This commit is contained in:
Henrik Rydgård
2022-12-30 13:37:04 +01:00
parent 545c2a0e25
commit 492c0b4ab3

View File

@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="114010000"
android:versionName="1.14.1.0">
android:versionCode="114020000"
android:versionName="1.14.2.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. -->