Skip to content

Commit

Permalink
Symbolic 1.9.0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 25, 2019
1 parent e05193a commit 4f07db8
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="18000000"
android:versionName="1.8.0.0">
android:versionCode="19000000"
android:versionName="1.9.0.0">
<!-- Note that versionCode should be in the format xyzzrrrr. Example: 16030000 -->
<!-- In this same case, versionName should be 1.6.3.0 -->
<!-- Also note that we are overriding these values anyway from gradle. -->
Expand Down

0 comments on commit 4f07db8

Please sign in to comment.