Skip to content

Commit 0d93d45

Browse files
committed
update to RxJava 2.1.3
1 parent bee1b9f commit 0d93d45

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
@@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
1818
targetCompatibility = JavaVersion.VERSION_1_8
1919

2020
dependencies {
21-
compile 'io.reactivex.rxjava2:rxjava:2.1.0'
21+
compile 'io.reactivex.rxjava2:rxjava:2.1.3'
2222
testCompile 'junit:junit-dep:4.+'
2323
testCompile 'org.mockito:mockito-core:1.8.5'
2424
}

0 commit comments

Comments
 (0)