This repository was archived by the owner on Oct 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the BLOCKv maven repository and Kotlin plugin to the root-level `build.gradl
22
22
23
23
``` gradle
24
24
buildscript {
25
- ext.kotlin_version = '1.2.41 '
25
+ ext.kotlin_version = '1.2.50 '
26
26
//...
27
27
dependencies {
28
28
//...
@@ -48,7 +48,7 @@ apply plugin: 'kotlin-android' //This should be at the top of the file.
48
48
//
49
49
dependencies {
50
50
// ...
51
- implementation 'io.blockv.sdk:core:1.0 .0'
51
+ implementation 'io.blockv.sdk:core:1.1 .0'
52
52
// Make sure android Studio version is > 3.0 or include the Kotlin Plugin
53
53
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version'
54
54
// (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,
76
76
dependencies {
77
77
// ...
78
78
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'
81
81
}
82
82
```
83
83
To access the RxJava2 wrapped SDK in your application code, import the class:
You can’t perform that action at this time.
0 commit comments