Add "-nightly" suffix to version name

This commit is contained in:
Benoit Marty 2022-07-05 17:50:01 +02:00 committed by Benoit Marty
parent 5793a38774
commit 388a380101

View file

@ -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']