Skip to content

Commit 208b804

Browse files
jamesgorman2NiteshKant
authored andcommitted
Upgrade RxJava to 1.2.+
1 parent 817aeee commit 208b804

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
@@ -35,11 +35,11 @@ subprojects {
3535
targetCompatibility = JavaVersion.VERSION_1_7
3636

3737
dependencies {
38-
compile "io.reactivex:rxjava:1.1.5"
38+
compile "io.reactivex:rxjava:1.2.+"
3939

4040
testCompile 'junit:junit:4.12'
4141
testCompile "org.hamcrest:hamcrest-library:1.3"
42-
testCompile "org.mockito:mockito-core:1.+"
42+
testCompile "org.mockito:mockito-core:1.10.19"
4343
testRuntime "org.slf4j:slf4j-log4j12:${slf4j_version}"
4444
}
4545

0 commit comments

Comments
 (0)