Skip to content

Commit 97790c6

Browse files
authored
3.x: Upgrade to Rective Streams 1.0.3 (#6633)
1 parent 7358dc1 commit 97790c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
// Dependency versions
44
// ---------------------------------------
55

6-
ext.reactiveStreamsVersion = "1.0.3-RC1"
6+
ext.reactiveStreamsVersion = "1.0.3"
77
ext.junitVersion = "4.12"
88
ext.testNgVersion = "7.0.0"
99
ext.mockitoVersion = "3.0.0"
@@ -114,7 +114,7 @@ javadoc {
114114
}
115115

116116
animalsniffer {
117-
annotation = "io.reactivex.internal.util.SuppressAnimalSniffer"
117+
annotation = "io.reactivex.rxjava3.internal.util.SuppressAnimalSniffer"
118118
}
119119

120120
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)