23 lines
No EOL
677 B
XML
23 lines
No EOL
677 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"
|
|
package="com.tangem.wallet">
|
|
|
|
|
|
<application
|
|
tools:ignore="GoogleAppIndexingWarning">
|
|
|
|
<meta-data
|
|
android:name="io.fabric.ApiKey"
|
|
android:value="${fabric_api_key}" />
|
|
|
|
<provider
|
|
android:name="com.tangem.data.LogFileProvider"
|
|
android:authorities="@string/log_file_provider_authorities"
|
|
android:enabled="true"
|
|
android:exported="false"
|
|
android:grantUriPermissions="true" />
|
|
|
|
</application>
|
|
|
|
</manifest> |