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