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 11# RxAndroid Releases #
22
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+
39### Version 3.0.1 - November, 8 2022 ###
410
511Fixed:
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
2121
2222``` groovy
2323dependencies {
24- implementation 'io.reactivex.rxjava3:rxandroid:3.0.1 '
24+ implementation 'io.reactivex.rxjava3:rxandroid:3.0.2 '
2525 // Because RxAndroid releases are few and far between, it is recommended you also
2626 // explicitly depend on RxJava's latest version for bug fixes and new features.
2727 // (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
99android.defaults.buildfeatures.shaders =false
1010
1111GROUP =io.reactivex.rxjava3
12- VERSION_NAME =3.1.0-SNAPSHOT
12+ VERSION_NAME =3.0.2
1313
1414POM_NAME =RxAndroid
1515POM_DESCRIPTION =RxAndroid
You can’t perform that action at this time.
0 commit comments