Update AndroidManifest.xml to 1.5.0

This commit is contained in:
Henrik Rydgård 2017-11-29 12:19:11 +01:00
parent 598514189f
commit bdbe2549d0

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="14200000"
android:versionName="1.4.2.0">
android:versionCode="15000000"
android:versionName="1.5.0.0">
<!-- For the next release: Note that versionCode should be in the format xyzzrrrr -->
<uses-sdk