Skip to content

Commit

Permalink
Upgrade and release of 3.0.0-RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jan 20, 2020
1 parent 061d718 commit 742d017
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RxJava 3: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.
```groovy
dependencies {
implementation "com.github.akarnokd:rxjava3-retrofit-adapter:3.0.0-RC7"
implementation "com.github.akarnokd:rxjava3-retrofit-adapter:3.0.0-RC8"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories {
dependencies {
implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC8"
implementation "com.squareup.retrofit2:retrofit:2.7.1"
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.3.1'
testImplementation 'org.assertj:assertj-core:3.14.0'
testImplementation 'com.google.guava:guava:28.2-jre'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.github.akarnokd
VERSION_NAME=3.0.0-RC7
version=3.0.0-RC7
VERSION_NAME=3.0.0-RC8
version=3.0.0-RC8

POM_ARTIFACT_ID=rxjava3-retrofit-adapter
POM_NAME=RxJava 3 adapter for Retrofit 2
Expand Down

0 comments on commit 742d017

Please sign in to comment.