We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7358dc1 commit 97790c6Copy full SHA for 97790c6
build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
// Dependency versions
4
// ---------------------------------------
5
6
- ext.reactiveStreamsVersion = "1.0.3-RC1"
+ ext.reactiveStreamsVersion = "1.0.3"
7
ext.junitVersion = "4.12"
8
ext.testNgVersion = "7.0.0"
9
ext.mockitoVersion = "3.0.0"
@@ -114,7 +114,7 @@ javadoc {
114
}
115
116
animalsniffer {
117
- annotation = "io.reactivex.internal.util.SuppressAnimalSniffer"
+ annotation = "io.reactivex.rxjava3.internal.util.SuppressAnimalSniffer"
118
119
120
task sourcesJar(type: Jar, dependsOn: classes) {
0 commit comments