1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

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