build: make nightly builds not debuggable

This commit is contained in:
LucasGGamerM 2023-06-06 16:52:35 -03:00 committed by GitHub
parent 02f0c794c7
commit 16ee7371e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ android {
versionNameSuffix '-nightly+@' + properties.getProperty('CURRENT_DATE') versionNameSuffix '-nightly+@' + properties.getProperty('CURRENT_DATE')
} }
applicationIdSuffix '.nightly' applicationIdSuffix '.nightly'
debuggable true
signingConfig signingConfigs.nightly signingConfig signingConfigs.nightly
manifestPlaceholders = [oAuthScheme:"moshidon-android-nightly-auth"] manifestPlaceholders = [oAuthScheme:"moshidon-android-nightly-auth"]
} }