David Zhao

add jitpack in README

正在显示 1 个修改的文件 包含 13 行增加0 行删除
... ... @@ -17,6 +17,19 @@ dependencies {
}
```
You'll also need jitpack as one of your repositories.
```groovy
subprojects {
repositories {
google()
mavenCentral()
// ...
maven { url 'https://jitpack.io' }
}
}
```
## Sample App
There are two sample apps with similar functionality:
... ...