mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Try to get androidgitversion to behave. It thinks the build is dirty when it's not.
This commit is contained in:
parent
d97ec9021d
commit
e9303fd1cd
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'com.gladed.androidgitversion' version '0.3.4'
|
||||
id 'com.gladed.androidgitversion' version '0.4.3'
|
||||
}
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
|
@ -7,6 +7,7 @@ androidGitVersion {
|
|||
codeFormat = "MNPPBBBB"
|
||||
format = "%tag%%-count%%-branch%%-dirty%"
|
||||
prefix = "v" // Only tags beginning with v are considered.
|
||||
untrackedIsDirty = false
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Add table
Reference in a new issue