2022-05-09 19:56:05 +02:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2022-08-21 22:54:05 +02:00
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
2022-03-07 16:18:33 +01:00
|
|
|
<application>
|
2021-09-18 23:37:52 +02:00
|
|
|
<provider
|
|
|
|
|
android:name="com.balsikandar.crashreporter.CrashReporterInitProvider"
|
|
|
|
|
android:authorities="${applicationId}.CrashReporterInitProvider"
|
|
|
|
|
android:enabled="true"
|
|
|
|
|
android:exported="false" />
|
|
|
|
|
</application>
|
|
|
|
|
</manifest>
|