Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
王宏雷 committed Feb 2, 2021
2 parents 6ee1604 + d5671eb commit e536265
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,22 @@
```

其余的参考我的工程文件,需要的自取。
3、引入方式
Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://www.jitpack.io' }
}
}
```
Step 2. Add the dependency
```
dependencies {
implementation 'com.github.honglei92:JSTabLayout:e8fdffe33c'
}
```

0 comments on commit e536265

Please sign in to comment.