Skip to content

Commit 78b01f2

Browse files
Change permission dispatcher to api
1 parent a2cf8c3 commit 78b01f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
api 'com.android.support:cardview-v7:27.1.1'
2626
api 'com.android.support:support-annotations:27.1.1'
2727

28-
implementation("com.github.hotchemi:permissionsdispatcher:3.2.0") {
28+
api("com.github.hotchemi:permissionsdispatcher:3.2.0") {
2929
// if you don't use android.app.Fragment you can exclude support for them
3030
exclude module: "support-v13"
3131
}

0 commit comments

Comments
 (0)