Skip to content

Commit 7b36a8a

Browse files
committed
修改README.md,修正markdown语法
1 parent 207427b commit 7b36a8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### gradle
1111

1212
Step 1. Add the JitPack repository in your root build.gradle at the end of repositories:
13-
```
13+
```groovy
1414
allprojects {
1515
repositories {
1616
...
@@ -19,13 +19,13 @@ allprojects {
1919
}
2020
```
2121
Step 2. Add the dependency in your app build.gradle:
22-
```
22+
```groovy
2323
dependencies {
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"

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)