build: make nightly builds not debuggable
This commit is contained in:
parent
02f0c794c7
commit
16ee7371e7
|
@ -70,7 +70,7 @@ android {
|
|||
versionNameSuffix '-nightly+@' + properties.getProperty('CURRENT_DATE')
|
||||
}
|
||||
applicationIdSuffix '.nightly'
|
||||
debuggable true
|
||||
|
||||
signingConfig signingConfigs.nightly
|
||||
manifestPlaceholders = [oAuthScheme:"moshidon-android-nightly-auth"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue