Skip to content

Commit

Permalink
Update the version number in AndroidManifest.xml (pretty sure we don'…
Browse files Browse the repository at this point in the history
…t really still need to do this, but whatever).
  • Loading branch information
hrydgard committed Mar 14, 2019
1 parent 1bedb97 commit e66f019
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="17050000"
android:versionName="1.7.5.0">
android:versionCode="18000000"
android:versionName="1.8.0.0">
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
<!-- In this same case, versionName should be 1.6.3.0 -->

Expand Down

0 comments on commit e66f019

Please sign in to comment.