Skip to content

Commit 030b3f1

Browse files
committed
Change ConstraintLayout dependency to api
1 parent 5db661b commit 030b3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indicator-fast-scroll/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation 'androidx.appcompat:appcompat:1.0.2'
5353
implementation 'androidx.recyclerview:recyclerview:1.0.0'
5454
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
55-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
55+
api 'androidx.constraintlayout:constraintlayout:1.1.3'
5656

5757
implementation 'androidx.core:core-ktx:1.0.2'
5858

0 commit comments

Comments
 (0)