parent
d7c7069114
commit
6a1b7cf339
|
|
@ -55,8 +55,8 @@ cmaker {
|
|||
}
|
||||
|
||||
val repo = jgit.repo()
|
||||
val commitCount = repo?.commitCount("refs/remotes/origin/master") ?: 1
|
||||
val latestTag = repo?.latestTag ?: "1.0"
|
||||
val commitCount = (repo?.commitCount("refs/remotes/origin/master") ?: 1) + 4200
|
||||
val latestTag = repo?.latestTag?.removePrefix("v") ?: "1.0"
|
||||
|
||||
val injectedPackageName by extra("com.android.shell")
|
||||
val injectedPackageUid by extra(2000)
|
||||
|
|
|
|||
Loading…
Reference in New Issue