mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 20:40:07 +03: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:
parent
4d4dbc958b
commit
758f0398bd
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue