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

Make Crashlytics optional

parent 0feceff0
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,11 @@ android { ...@@ -84,6 +84,11 @@ android {
minifyEnabled true minifyEnabled true
zipAlignEnabled true zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' 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