Skip to content

Commit dc9adfa

Browse files
committed
Merge pull request ReactiveX#218 from vanniktech/master
Upgrade RxJava from 1.0.13 to 1.0.14
2 parents a0ebabd + 0d02ae6 commit dc9adfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
}
4848

4949
dependencies {
50-
compile 'io.reactivex:rxjava:1.0.13'
50+
compile 'io.reactivex:rxjava:1.0.14'
5151

5252
testCompile 'junit:junit:4.12'
5353
testCompile 'org.mockito:mockito-core:1.10.19'

0 commit comments

Comments
 (0)