Skip to content

Commit

Permalink
Update version number in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Dec 15, 2022
1 parent e51cbde commit aad5d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.ppsspp.ppsspp"
android:installLocation="auto"
android:versionCode="113020000"
android:versionName="1.13.2.0">
android:versionCode="114000000"
android:versionName="1.14.0.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 aad5d75

Please sign in to comment.