File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# RxAndroid Releases #
2
2
3
+ ### Version 3.0.2 - November, 9 2022 ###
4
+
5
+ Fixed:
6
+ - Ensure the main scheduler can be replaced in unit tests without needing Robolectric.
7
+
8
+
3
9
### Version 3.0.1 - November, 8 2022 ###
4
10
5
11
Fixed:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
21
21
22
22
``` groovy
23
23
dependencies {
24
- implementation 'io.reactivex.rxjava3:rxandroid:3.0.1 '
24
+ implementation 'io.reactivex.rxjava3:rxandroid:3.0.2 '
25
25
// Because RxAndroid releases are few and far between, it is recommended you also
26
26
// explicitly depend on RxJava's latest version for bug fixes and new features.
27
27
// (see https://github.com/ReactiveX/RxJava/releases for latest 3.x.x version)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android.defaults.buildfeatures.resvalues=false
9
9
android.defaults.buildfeatures.shaders =false
10
10
11
11
GROUP =io.reactivex.rxjava3
12
- VERSION_NAME =3.1.0-SNAPSHOT
12
+ VERSION_NAME =3.0.2
13
13
14
14
POM_NAME =RxAndroid
15
15
POM_DESCRIPTION =RxAndroid
You can’t perform that action at this time.
0 commit comments