Skip to content

Commit

Permalink
Update AndroidManifest.xml to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Nov 1, 2018
1 parent 9cd8911 commit fdb0732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit fdb0732

Please sign in to comment.