Skip to content

Commit

Permalink
Fix bug that caused release builds to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
msoultanidis committed Nov 13, 2021
1 parent 1912f91 commit f17a7ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,17 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_provider_paths"/>
</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"
tools:node="remove" />
</provider>
</application>
</manifest>

0 comments on commit f17a7ac

Please sign in to comment.