2022-05-09 20:04:21 +02:00

9 lines
371 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<provider
android:name="com.balsikandar.crashreporter.CrashReporterInitProvider"
android:authorities="${applicationId}.CrashReporterInitProvider"
android:enabled="true"
android:exported="false" />
</application>
</manifest>