Skip to content

Commit

Permalink
Change ConstraintLayout dependency to api
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Sep 20, 2019
1 parent 5db661b commit 030b3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indicator-fast-scroll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.dynamicanimation:dynamicanimation:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
api 'androidx.constraintlayout:constraintlayout:1.1.3'

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

Expand Down

0 comments on commit 030b3f1

Please sign in to comment.