Skip to content

Commit b5974d5

Browse files
mostroverkhovrobertroeser
authored andcommitted
Versions bump (#23)
* bump versions * update readme "Binaries" section with bintray snapshots
1 parent 106d21c commit b5974d5

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ Supports 4 interaction models: fire-and-forget, request-response, request-stream
1212
<a href='https://travis-ci.org/rsocket/rsocket-android/builds'><img src='https://travis-ci.org/rsocket/rsocket-android.svg?branch=master'></a>
1313

1414
15-
The project is not released yet, so snapshots have to be installed locally with `./gradlew install`
16-
This will produce 2 artifacts:
15+
The project is not released yet, snapshots are available on Bintray
16+
```groovy
17+
repositories {
18+
maven { url 'https://oss.jfrog.org/libs-snapshot' }
19+
}
20+
```
21+
1722

1823
```groovy
1924
dependencies {

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ subprojects {
7373
}
7474

7575
dependencies {
76-
compile "io.netty:netty-buffer:4.1.15.Final"
77-
compile "org.reactivestreams:reactive-streams:1.0.1"
76+
compile "io.netty:netty-buffer:4.1.19.Final"
77+
compile "org.reactivestreams:reactive-streams:1.0.2"
7878
compile "org.slf4j:slf4j-api:1.7.25"
7979
compile "com.google.code.findbugs:jsr305:3.0.2"
80-
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.51"
81-
compile 'io.reactivex.rxjava2:rxjava:2.1.5'
80+
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:1.1.61"
81+
compile 'io.reactivex.rxjava2:rxjava:2.1.8'
8282

8383
testCompile "junit:junit:4.12"
84-
testCompile "org.mockito:mockito-core:2.10.0"
84+
testCompile "org.mockito:mockito-core:2.13.0"
8585
testCompile "org.hamcrest:hamcrest-library:1.3"
8686
testCompile "org.slf4j:slf4j-log4j12:1.7.25"
8787
}

rsocket-transport-okhttp/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
dependencies {
22
compile project(":rsocket-android-core")
3-
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.9.0'
4-
// https://mvnrepository.com/artifact/io.netty/netty-buffer
5-
compile group: 'io.netty', name: 'netty-buffer', version: '4.1.16.Final'
6-
3+
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.9.1'
74
}
85

96
sourceCompatibility = "1.7"

0 commit comments

Comments
 (0)