use 2.1.0 sdk
This commit is contained in:
parent
8032e1c30f
commit
b9a66144b3
|
@ -40,5 +40,5 @@ repositories {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.facebook.react:react-native:+'
|
implementation 'com.facebook.react:react-native:+'
|
||||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
|
implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
|
||||||
implementation 'com.github.status-im.status-keycard-java:android:db3eee0'
|
implementation 'com.github.status-im.status-keycard-java:android:2.1.0'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "react-native-status-keycard",
|
"name": "react-native-status-keycard",
|
||||||
"version": "2.3.11",
|
"version": "2.4.0",
|
||||||
"description": "React Native library to interact with Status Keycard using NFC connection (Android only)",
|
"description": "React Native library to interact with Status Keycard using NFC connection (Android only)",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue