Skip to content

Commit ce301fa

Browse files
committed
update README.md: add mavencentral() and jcenter() dependency
1 parent 320d85a commit ce301fa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ This repository also contains a demo project.
1212

1313
Add dependency
1414
--------------
15-
This library is not yet released in Maven Central, but instead you can use [Bintray](https://www.bintray.com).
15+
This library is released in Maven Central and jCenter:
1616

1717
```groovy
1818
repositories {
19-
maven {
20-
url "https://dl.bintray.com/blogcat/maven"
21-
}
19+
mavenCentral()
20+
}
21+
```
22+
23+
or
24+
25+
```groovy
26+
repositories {
27+
jcenter()
2228
}
2329
```
2430

0 commit comments

Comments
 (0)