Skip to content

Commit 85ee715

Browse files
authored
Update README.md
1 parent 9c3bb9b commit 85ee715

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,25 @@ This library was created from the need to debug such situations when they happen
2121
3. If you let exceptions generated in RxJava2 streams crash your app and you configure RxJava2Debug with your package-names, RxJava2Debug will make sure you get unique reports for each issue (to Crashlytics, or whichever reporting system you use).
2222

2323

24-
# Releases
24+
# Installation
2525

26+
Using *Maven Central* :
2627
```groovy
2728
repositories {
28-
// You can use jcenter() or mavenCentral(), any of them will work great
29-
jcenter()
3029
mavenCentral()
3130
}
31+
32+
dependencies {
33+
compile 'com.akaita.java:rxjava2-debug:1.2.0'
34+
}
3235
```
3336

37+
Using *JCenter*:
3438
```groovy
39+
repositories {
40+
jcenter()
41+
}
42+
3543
dependencies {
3644
compile 'com.akaita.java:rxjava2-debug:1.2.0'
3745
}

0 commit comments

Comments
 (0)