Skip to content

Commit

Permalink
Update version number to 1.10. This required changing the Android ver…
Browse files Browse the repository at this point in the history
…sion code pattern, but should be ok.
  • Loading branch information
hrydgard committed Jun 27, 2020
1 parent f65be70 commit 401df20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="19030000"
android:versionName="1.9.3.0">
android:versionCode="110000000"
android:versionName="1.10.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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
apply plugin: 'com.android.application'

androidGitVersion {
codeFormat = "MNPPBBBB"
codeFormat = "MNNPPBBBB"
format = "%tag%%-count%%-branch%%-dirty%"
prefix = "v" // Only tags beginning with v are considered.
untrackedIsDirty = false
Expand Down

0 comments on commit 401df20

Please sign in to comment.