Skip to content

Commit bcc40c8

Browse files
committed
update RxJava2 version
1 parent 0f16268 commit bcc40c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
1313
targetCompatibility = JavaVersion.VERSION_1_8
1414

1515
dependencies {
16-
compile 'io.reactivex.rxjava2:rxjava:2.0.1'
16+
compile 'io.reactivex.rxjava2:rxjava:2.0.6'
1717
testCompile 'junit:junit-dep:4.+'
1818
testCompile 'org.mockito:mockito-core:1.8.5'
1919
}

0 commit comments

Comments
 (0)