Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit d1fc877

Browse files
authored
Merge pull request #161 from SUPERCILEX/patch-1
Leak AppCompat dependency to consumers
2 parents 25302f5 + 8bd5746 commit d1fc877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easypermissions/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
}
2121

2222
dependencies {
23-
implementation "com.android.support:appcompat-v7:$support_library_version"
23+
api "com.android.support:appcompat-v7:$support_library_version"
2424
api "com.android.support:support-compat:$support_library_version"
2525
api "com.android.support:support-fragment:$support_library_version"
2626

0 commit comments

Comments
 (0)