mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update version number to 1.10. This required changing the Android version code pattern, but should be ok.
This commit is contained in:
parent
f65be705c5
commit
401df20384
2 changed files with 3 additions and 3 deletions
|
@ -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. -->
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue