mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-18 23:32:00 +03:00
Add "-nightly" suffix to version name
This commit is contained in:
parent
5793a38774
commit
388a380101
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ android {
|
||||||
nightly {
|
nightly {
|
||||||
initWith release
|
initWith release
|
||||||
applicationIdSuffix ".nightly"
|
applicationIdSuffix ".nightly"
|
||||||
|
versionNameSuffix "-nightly"
|
||||||
resValue "string", "app_name", "Element nightly"
|
resValue "string", "app_name", "Element nightly"
|
||||||
resValue "color", "launcher_background", "#07007E"
|
resValue "color", "launcher_background", "#07007E"
|
||||||
matchingFallbacks = ['release']
|
matchingFallbacks = ['release']
|
||||||
|
|
Loading…
Reference in a new issue