diff --git a/vector/build.gradle b/vector/build.gradle index 42f57099f7..aba53bf89c 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -280,10 +280,10 @@ android { } nightly { + initWith release applicationIdSuffix ".nightly" versionNameSuffix "-nightly" - initWith release // Just override the background color of the launcher icon for the nightly build. resValue "color", "launcher_background", "#07007E"