refactor: make nightly build debuggable

This is a temporary thing, as for now there is a bug (on theme change crash) that I just cannot reproduce on local builds. Making the nightly build debuggable for now will help debug this problem.
This commit is contained in:
LucasGGamerM
2023-04-14 10:46:19 -03:00
committed by GitHub
parent 76a85af0d7
commit ee18236ec8

View File

@@ -57,6 +57,7 @@ android {
}
nightly{
initWith release
debuggable true
if(System.getenv("CURRENT_DATE") != null){
versionNameSuffix '-nightly+@' + System.getenv("CURRENT_DATE")
} else {