Skip to content

Commit 1a5997a

Browse files
author
Mikel Pascual
committed
Update README with latest API
1 parent f8eb7a9 commit 1a5997a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414

1515
```groovy
1616
dependencies {
17-
compile 'com.akaita.java:rxjava2-debug:1.0.0'
17+
compile 'com.akaita.java:rxjava2-debug:1.1.0'
1818
}
1919
```
2020

@@ -35,7 +35,7 @@ Regardless of the thread a crash happens in, a nice StackTrace referring to the
3535
Config:
3636

3737
```java
38-
RxJava2Debug.enableRxJava2AssemblyTracking(null);
38+
RxJava2Debug.enableRxJava2AssemblyTracking();
3939
```
4040

4141
Example (pointing to my own faulty code in `com.akaita.fgas.activities.TopActivity.onResume(TopActivity.java:205)`):

0 commit comments

Comments
 (0)