Update version number to 1.10. This required changing the Android version code pattern, but should be ok.

This commit is contained in:
Henrik Rydgård 2020-06-27 11:11:04 +02:00
parent f65be705c5
commit 401df20384
2 changed files with 3 additions and 3 deletions

View file

@ -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. -->

View file

@ -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