Skip to content

Commit 7b83004

Browse files
committed
Add provider
1 parent 9490d68 commit 7b83004

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="me.jessyan.autosize"/>
2+
package="me.jessyan.autosize">
3+
4+
<application>
5+
<provider
6+
android:name=".InitProvider"
7+
android:authorities="${applicationId}.init-Provider"
8+
android:exported="false"/>
9+
</application>
10+
</manifest>

0 commit comments

Comments
 (0)