Skip to content

Commit e0da5b0

Browse files
committed
Improve provider on AndroidManifest.xml
1 parent 172271c commit e0da5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosize/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<application>
55
<provider
66
android:name=".InitProvider"
7-
android:authorities="${applicationId}.init-Provider"
7+
android:authorities="${applicationId}.autosize-init-provider"
88
android:exported="false"/>
99
</application>
1010
</manifest>

0 commit comments

Comments
 (0)