Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit f17a7ac

Browse files
committed
Fix bug that caused release builds to fail
1 parent 1912f91 commit f17a7ac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,17 @@
6969
android:name="android.support.FILE_PROVIDER_PATHS"
7070
android:resource="@xml/file_provider_paths"/>
7171
</provider>
72+
73+
<provider
74+
android:name="androidx.startup.InitializationProvider"
75+
android:authorities="${applicationId}.androidx-startup"
76+
android:exported="false"
77+
tools:node="merge">
78+
79+
<meta-data
80+
android:name="androidx.work.WorkManagerInitializer"
81+
android:value="androidx.startup"
82+
tools:node="remove" />
83+
</provider>
7284
</application>
7385
</manifest>

0 commit comments

Comments
 (0)