Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Commit 395c5ad

Browse files
authored
Merge pull request #36 from BLOCKvIO/sd/readme-update
updated dependencies
2 parents 00f0e6c + 6536980 commit 395c5ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the BLOCKv maven repository and Kotlin plugin to the root-level `build.gradl
2222

2323
```gradle
2424
buildscript {
25-
ext.kotlin_version = '1.2.41'
25+
ext.kotlin_version = '1.2.50'
2626
//...
2727
dependencies {
2828
//...
@@ -48,7 +48,7 @@ apply plugin: 'kotlin-android' //This should be at the top of the file.
4848
//
4949
dependencies {
5050
// ...
51-
implementation 'io.blockv.sdk:core:1.0.0'
51+
implementation 'io.blockv.sdk:core:1.1.0'
5252
// Make sure android Studio version is > 3.0 or include the Kotlin Plugin
5353
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version'
5454
// (Optional) This is only required if you want to use the web socket.
@@ -76,8 +76,8 @@ There is also an [RxJava2](https://github.com/ReactiveX/RxJava) wrapped version,
7676
dependencies {
7777
// ...
7878
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
79-
implementation 'io.reactivex.rxjava2:rxjava:2.1.6'
80-
implementation 'io.blockv.sdk:rx:1.0.0'
79+
implementation 'io.reactivex.rxjava2:rxjava:2.1.8'
80+
implementation 'io.blockv.sdk:rx:1.1.0'
8181
}
8282
```
8383
To access the RxJava2 wrapped SDK in your application code, import the class:

0 commit comments

Comments
 (0)