mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +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 {
|
||||
initWith release
|
||||
applicationIdSuffix ".nightly"
|
||||
versionNameSuffix "-nightly"
|
||||
resValue "string", "app_name", "Element nightly"
|
||||
resValue "color", "launcher_background", "#07007E"
|
||||
matchingFallbacks = ['release']
|
||||
|
|
Loading…
Reference in a new issue