Disable crash reporting

This commit is contained in:
M66B 2017-10-27 12:57:32 +02:00
parent 5aee9cbfc0
commit 6a6c3f7d0d
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@
<meta-data
android:name="firebase_analytics_collection_deactivated"
android:value="true" />
<meta-data
android:name="firebase_crash_collection_enabled"
android:value="false" />
<meta-data
android:name="android.max_aspect"
android:value="2.1" />