mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
fix: added dynamic application id from gradle variant (#425)
This commit is contained in:
parent
499644d041
commit
72d4495582
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name=".provider.AlbumArtContentProvider"
|
android:name=".provider.AlbumArtContentProvider"
|
||||||
android:authorities="com.cappielloantonio.tempo.provider"
|
android:authorities="${applicationId}.albumart.provider"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue