Re-includes Firebase Crash Reporting in the google play build flavour.
This commit is contained in:
parent
4548ad66b1
commit
ec57f28d16
4 changed files with 70 additions and 0 deletions
7
app/src/google/AndroidManifest.xml
Normal file
7
app/src/google/AndroidManifest.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue