File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md
4
4
5
+ ### Version 2.0.2 - January 12, 2018 ###
6
+
7
+ ** API Enhancements**
8
+
9
+ * [ Pull 358] ( https://github.com/ReactiveX/RxAndroid/pull/358 ) - Add handler getters to RxAndroidPlugins
10
+
11
+ ** Bugfixes**
12
+
13
+ * [ Pull 391] ( https://github.com/ReactiveX/RxAndroid/pull/391 ) - Update scheduler error handling to match RxJava
14
+ * [ Pull 408] ( https://github.com/ReactiveX/RxAndroid/pull/408 ) - Remove superfluous negative checks
15
+ * [ Pull 415] ( https://github.com/ReactiveX/RxAndroid/pull/415 ) - Disable useless ` BuildConfig ` class generation
16
+
5
17
6
18
### Version 2.0.1 - November 12, 2016 ###
7
19
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
20
20
# Binaries
21
21
22
22
``` groovy
23
- compile 'io.reactivex.rxjava2:rxandroid:2.0.1 '
23
+ implementation 'io.reactivex.rxjava2:rxandroid:2.0.2 '
24
24
// Because RxAndroid releases are few and far between, it is recommended you also
25
25
// explicitly depend on RxJava's latest version for bug fixes and new features.
26
26
// (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version)
27
- compile 'io.reactivex.rxjava2:rxjava:2.x.x'
27
+ implementation 'io.reactivex.rxjava2:rxjava:2.x.x'
28
28
```
29
29
30
30
* RxAndroid: <a href =' http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.reactivex.rxjava2%22%20a%3A%22rxandroid%22 ' ><img src =' http://img.shields.io/maven-central/v/io.reactivex.rxjava2/rxandroid.svg ' ></a >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
37
37
}
38
38
39
39
dependencies {
40
- api ' io.reactivex.rxjava2:rxjava:2.1.8 '
40
+ api ' io.reactivex.rxjava2:rxjava:2.1.9 '
41
41
42
42
testImplementation ' junit:junit:4.12'
43
43
testImplementation ' org.robolectric:robolectric:3.3.2'
You can’t perform that action at this time.
0 commit comments