mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-25 16:41:04 +00: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,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…
x
Reference in New Issue
Block a user