feat: add nightly flavor to the app

This commit is contained in:
LucasGGamerM
2023-03-30 14:20:10 -03:00
parent 7f44c48c12
commit 5ec762ac0d
3 changed files with 26 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ android {
githubRelease{
initWith release
}
nightly{
versionNameSuffix '-nightly'
applicationIdSuffix '.nightly'
signingConfig signingConfigs.debug
}
playRelease{
initWith release
minifyEnabled true