Skip to content

Commit 65c6bbe

Browse files
committed
Prepare version 3.0.2
1 parent f3094ad commit 65c6bbe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

511
Fixed:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2121

2222
```groovy
2323
dependencies {
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)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android.defaults.buildfeatures.resvalues=false
99
android.defaults.buildfeatures.shaders=false
1010

1111
GROUP=io.reactivex.rxjava3
12-
VERSION_NAME=3.1.0-SNAPSHOT
12+
VERSION_NAME=3.0.2
1313

1414
POM_NAME=RxAndroid
1515
POM_DESCRIPTION=RxAndroid

0 commit comments

Comments
 (0)