Skip to content

Commit

Permalink
Prepare version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 9, 2022
1 parent f3094ad commit 65c6bbe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,5 +1,11 @@
# RxAndroid Releases #

### Version 3.0.2 - November, 9 2022 ###

Fixed:
- Ensure the main scheduler can be replaced in unit tests without needing Robolectric.


### Version 3.0.1 - November, 8 2022 ###

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi

```groovy
dependencies {
implementation 'io.reactivex.rxjava3:rxandroid:3.0.1'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
// (see https://github.com/ReactiveX/RxJava/releases for latest 3.x.x version)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -9,7 +9,7 @@ android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false

GROUP=io.reactivex.rxjava3
VERSION_NAME=3.1.0-SNAPSHOT
VERSION_NAME=3.0.2

POM_NAME=RxAndroid
POM_DESCRIPTION=RxAndroid
Expand Down

0 comments on commit 65c6bbe

Please sign in to comment.