mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Nightly version should always be suffixed with -r
This commit is contained in:
parent
7d4eeb9d23
commit
d7d75f1642
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ android {
|
|||
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
matchingFallbacks.add("release")
|
||||
versionNameSuffix = "-b${commitCount}"
|
||||
versionNameSuffix = "-r${commitCount}"
|
||||
applicationIdSuffix = ".nightlyYokai"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue