feat: using proper signing config for nightly flavor
This commit is contained in:
parent
001873998a
commit
e7967eadc5
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ android {
|
|||
nightly{
|
||||
versionNameSuffix '-nightly'
|
||||
applicationIdSuffix '.nightly'
|
||||
signingConfig signingConfigs.nightly
|
||||
}
|
||||
playRelease{
|
||||
initWith release
|
||||
|
|
Loading…
Add table
Reference in a new issue