mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
Fix error when building `./gradlew assembleGplayNightly
. Just reordering lines...
Error was `No matching client found for package name 'im.vector.app'`
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user