Re-includes Firebase Crash Reporting in the google play build flavour.

This commit is contained in:
Vavassor 2017-07-14 20:58:31 -04:00
commit ec57f28d16
4 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.keylesspalace.tusky">
<application>
<meta-data android:name="firebase_analytics_collection_enabled" android:value="false" />
</application>
</manifest>