fix: added dynamic application id from gradle variant (#425)

This commit is contained in:
eddyizm 2026-02-08 21:23:35 -08:00 committed by GitHub
parent 499644d041
commit 72d4495582
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
/> />