Skip to content

Commit

Permalink
Update version for 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jul 12, 2020
1 parent 17f2e6e commit 087de84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
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="110020000"
android:versionName="1.10.2.0">
android:versionCode="110030000"
android:versionName="1.10.3.0">
<!-- Note that versionCode should be in the format xyyzzrrrr. Example: 110030000 -->
<!-- In this same case, versionName should be 1.10.3.0 -->
<!-- Also note that we are overriding these values anyway from gradle. -->
Expand Down

0 comments on commit 087de84

Please sign in to comment.