File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010### gradle
1111
1212Step 1. Add the JitPack repository in your root build.gradle at the end of repositories:
13- ```
13+ ``` groovy
1414allprojects {
1515 repositories {
1616 ...
@@ -19,13 +19,13 @@ allprojects {
1919}
2020```
2121Step 2. Add the dependency in your app build.gradle:
22- ```
22+ ``` groovy
2323dependencies {
24- implementation 'com.github.yuruiyin:AppbarLayoutBehavior:v1.0.1 '
24+ implementation 'com.github.yuruiyin:AppbarLayoutBehavior:v1.0.2 '
2525}
2626```
2727### xml
28- ```
28+ ``` xml
2929<android .support.design.widget.AppBarLayout
3030 android : id =" @+id/appBarLayout"
3131 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ dependencies {
3838 implementation ' com.jakewharton:butterknife:8.8.1'
3939 annotationProcessor ' com.jakewharton:butterknife-compiler:8.8.1'
4040
41- implementation project(' :appbarlayoutbehavior' )
41+ // implementation project(':appbarlayoutbehavior')
4242
43- // implementation 'com.github.yuruiyin:AppbarLayoutBehavior:v1.0.1 '
43+ implementation ' com.github.yuruiyin:AppbarLayoutBehavior:v1.0.2 '
4444
4545}
4646
You can’t perform that action at this time.
0 commit comments