Merge pull request #6592 from vector-im/feature/bma/fix_nightly

Fix error when building `./gradlew assembleGplayNightly`
This commit is contained in:
Benoit Marty 2022-07-19 12:59:51 +02:00 committed by GitHub
commit 246307ab98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,10 +280,10 @@ android {
} }
nightly { nightly {
initWith release
applicationIdSuffix ".nightly" applicationIdSuffix ".nightly"
versionNameSuffix "-nightly" versionNameSuffix "-nightly"
initWith release
// Just override the background color of the launcher icon for the nightly build. // Just override the background color of the launcher icon for the nightly build.
resValue "color", "launcher_background", "#07007E" resValue "color", "launcher_background", "#07007E"