mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 16:21:55 +03:00
13 lines
426 B
XML
13 lines
426 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:tools="http://schemas.android.com/tools"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<application tools:ignore="MissingApplicationIcon">
|
||
|
<!-- Disable Crashlytics for debug builds -->
|
||
|
<meta-data
|
||
|
android:name="firebase_crashlytics_collection_enabled"
|
||
|
android:value="false" />
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|