Skip to content

Commit

Permalink
Remove redundant manifest tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KCeh committed Jul 14, 2024
1 parent e80a050 commit f7666a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sentinel/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,7 @@
<meta-data
android:name="com.infinum.sentinel.SentinelInitializer"
android:value="androidx.startup" />
</provider>

<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
android:exported="false"
tools:node="merge">
<meta-data
android:name="androidx.work.WorkManagerInitializer"
android:value="androidx.startup"
Expand Down

0 comments on commit f7666a1

Please sign in to comment.