Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.

Commit fed5c1f

Browse files
committed
Bumping RxJava.
1 parent 8ee9c00 commit fed5c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

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

99
group = 'io.github.bmcstdio'
10-
version = '1.0.0'
10+
version = '1.0.1'
1111

1212
apply from: "$rootDir/gradle/wrapper.gradle"
1313
apply from: "$rootDir/gradle/java.gradle"

gradle/java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'java'
22

33
dependencies {
44
compile 'io.grpc:grpc-core:0.15.0'
5-
compile 'io.reactivex:rxjava:1.1.8'
5+
compile 'io.reactivex:rxjava:1.1.9'
66
testCompile 'junit:junit:4.12'
77
}
88

0 commit comments

Comments
 (0)