Update AndroidManifest.xml to 1.7.1

This commit is contained in:
Henrik Rydgård 2018-11-01 14:51:14 +01:00
parent 9cd8911d0d
commit fdb07323e0

View file

@ -2,9 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="17000000"
android:versionName="1.7.0.0">
android:versionCode="17010000"
android:versionName="1.7.1.0">
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
<!-- In this same case, versionName should be 1.6.3.0 -->
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />