Skip to content

Commit 743dfba

Browse files
committed
update readme
1 parent b93d778 commit 743dfba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ The sample app: [click me](https://github.com/chenupt/SpringIndicator/raw/master
1111
---
1212
Add the dependency to your build.gradle.
1313
```
14+
maven {
15+
url "https://oss.sonatype.org/content/repositories/snapshots/"
16+
}
1417
dependencies {
15-
compile 'com.github.chenupt.android:springindicator:1.0.0-SNAPSHOT@aar'
18+
compile 'com.github.chenupt.android:springindicator:1.0.1-SNAPSHOT@aar'
1619
}
1720
```
1821
Add the indicator to your layout.

0 commit comments

Comments
 (0)