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