Skip to content

Commit

Permalink
Update AndroidManifest.xml for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Oct 27, 2018
1 parent 61e38b4 commit caa506b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="16030000"
android:versionName="1.6.3.0">
android:versionCode="17000000"
android:versionName="1.7.0.0">
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->

<uses-feature android:glEsVersion="0x00020000" />
Expand Down

0 comments on commit caa506b

Please sign in to comment.