update SDK version

This commit is contained in:
Michele Balistreri 2020-06-02 10:29:16 +03:00 committed by Jakub Sokołowski
parent e15b07ee3d
commit 34d88f1d3c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Then, you must import the correct dependency. In case you are building an Androi
```groovy
dependencies {
implementation 'com.github.status-im.status-keycard-java:android:2.0.0'
implementation 'com.github.status-im.status-keycard-java:android:3.0.2'
}
```
@ -28,7 +28,7 @@ If you are working on the desktop, then you need this line instead
```groovy
dependencies {
implementation 'com.github.status-im.status-keycard-java:desktop:2.0.0'
implementation 'com.github.status-im.status-keycard-java:desktop:3.0.2'
}
```