Update version to 1.6 in AndroidManifest.xml

This commit is contained in:
Henrik Rydgård 2018-05-26 14:21:47 +02:00
parent e8da82c011
commit 09e85eb150

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="15040000"
android:versionName="1.5.4.0">
android:versionCode="16000000"
android:versionName="1.6.0.0">
<!-- Note that versionCode should be in the format xyzzrrrr -->
<uses-sdk