Skip to content
Snippets Groups Projects
Commit c29ef433 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Make Crashlytics optional

parent 0feceff0
Branches
Tags
No related merge requests found
......@@ -84,6 +84,11 @@ android {
minifyEnabled true
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
ext.enableCrashlytics = file("fabric.properties").exists()
}
debug {
ext.enableCrashlytics = false
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment