Skip to content

Commit c8684b4

Browse files
committed
Update README to reflect availability in mavenCentral
1 parent c4883c6 commit c8684b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ repositories {
1212
}
1313
```
1414

15+
```groovy
16+
repositories {
17+
mavenCentral()
18+
}
19+
```
20+
1521
```groovy
1622
dependencies {
1723
compile 'com.akaita.java:rxjava2-debug:1.1.0'

0 commit comments

Comments
 (0)