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:
@@ -57,6 +57,7 @@ android {
|
||||
}
|
||||
nightly{
|
||||
initWith release
|
||||
debuggable true
|
||||
if(System.getenv("CURRENT_DATE") != null){
|
||||
versionNameSuffix '-nightly+@' + System.getenv("CURRENT_DATE")
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user