Update version for 1.10.2

This commit is contained in:
Henrik Rydgård 2020-07-06 21:31:26 +02:00
parent 70edcf1a06
commit 9ec2c2baff

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="110010000"
android:versionName="1.10.1.0">
android:versionCode="110020000"
android:versionName="1.10.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. -->