Disable crashlytics upload in debug mode
This commit is contained in:
parent
2e5b0d6dbd
commit
c7ceabc0e5
@ -37,6 +37,9 @@ android {
|
||||
buildTypes {
|
||||
debug {
|
||||
isMinifyEnabled = false
|
||||
firebaseCrashlytics {
|
||||
mappingFileUploadEnabled = false
|
||||
}
|
||||
}
|
||||
release {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user