Skip to content

Commit fd46f40

Browse files
committed
Update Readme
1 parent 90fa886 commit fd46f40

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# RxJava2Debug [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Quickly%20find%20out%20the%20source%20issue%20causing%20your%20RxJava2%20stream%20fail&url=https://github.com/akaita/RxJava2Debug&via=github&hashtags=rxjava,debug,fixthatcrash)
22

33
[![License](https://img.shields.io/badge/License%20-Apache%202-337ab7.svg)](https://www.apache.org/licenses/LICENSE-2.0)
4-
[![Maven](https://img.shields.io/badge/%20Maven%20-1.2.2-5bc0de.svg) ](https://mvnrepository.com/artifact/com.akaita.java/rxjava2-debug/1.2.2)
5-
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.2.2-5bc0de.svg) ](https://bintray.com/akaita/java/rxjava2-debug/_latestVersion)
4+
[![Maven](https://img.shields.io/badge/%20Maven%20-1.3.0-5bc0de.svg) ](https://mvnrepository.com/artifact/com.akaita.java/rxjava2-debug/1.3.0)
5+
[![Jcenter](https://img.shields.io/badge/%20Jcenter%20-1.3.0-5bc0de.svg) ](https://bintray.com/akaita/java/rxjava2-debug/_latestVersion)
66
[![Arsenal](https://img.shields.io/badge/%20Arsenal%20-%20RxJava2Debug%20-4cae4c.svg?style=flat)](https://android-arsenal.com/details/1/6027)
7-
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%20239%20%7C%2040%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.akaita.java%3Arxjava2-debug%3A1.2.2)
7+
[![Methods](https://img.shields.io/badge/%20Methods%20%7C%20Size%20-%20239%20%7C%2040%20KB-d9534f.svg)](http://www.methodscount.com/?lib=com.akaita.java%3Arxjava2-debug%3A1.3.0)
88

99
A library to make StackTraces involving RxJava2 more meaningful (they will always point to your code!).
1010

@@ -30,7 +30,7 @@ repositories {
3030
}
3131
3232
dependencies {
33-
compile 'com.akaita.java:rxjava2-debug:1.2.2'
33+
compile 'com.akaita.java:rxjava2-debug:1.3.0'
3434
}
3535
```
3636

@@ -41,13 +41,15 @@ repositories {
4141
}
4242
4343
dependencies {
44-
compile 'com.akaita.java:rxjava2-debug:1.2.2'
44+
compile 'com.akaita.java:rxjava2-debug:1.3.0'
4545
}
4646
```
4747

48-
# Requirements
48+
# Compatibility
4949

50-
RxJava 2.1.0+
50+
RxJava2Debug 1.3.0: RxJava 2.2.1+
51+
52+
RxJava2Debug 1.2.2: RxJava 2.1.0 to 2.2.0
5153

5254
# Usage
5355

@@ -259,4 +261,4 @@ Instead of getting a multitude of reports involving RxJava2 into a single report
259261

260262
This library is using a subset of classes from [akarnokd's RxJava2Extensions](https://github.com/akarnokd/RxJava2Extensions).
261263

262-
RxJava2Extensions takes about `kb` and contains `` methods. RxJava2Debug takes about `38kb` and contains `` methods.
264+
RxJava2Extensions takes about `1mb` and contains `5231` methods. RxJava2Debug takes about `38kb` and contains `239` methods.

0 commit comments

Comments
 (0)