build(nightly): make nightly builds debuggable and not resource shrinked

This commit is contained in:
LucasGGamerM
2023-06-04 11:23:52 -03:00
parent faabc068ca
commit 3a73dbf304

View File

@@ -62,7 +62,6 @@ android {
initWith release
}
nightly{
initWith release
if(System.getenv("CURRENT_DATE") != null){
versionNameSuffix '-nightly+@' + System.getenv("CURRENT_DATE")
} else {
@@ -71,6 +70,7 @@ android {
versionNameSuffix '-nightly+@' + properties.getProperty('CURRENT_DATE')
}
applicationIdSuffix '.nightly'
debuggable true
signingConfig signingConfigs.nightly
manifestPlaceholders = [oAuthScheme:"moshidon-android-nightly-auth"]
}