From c95b058e08940900e6a855ce9a0b4925fe34bcfd Mon Sep 17 00:00:00 2001 From: Kamran Younis Date: Tue, 10 Mar 2020 18:05:42 +0500 Subject: [PATCH] upgraded android native sdk version & bumped version --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e9319e0..bc9236a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -39,7 +39,7 @@ android { dependencies { compileOnly "com.facebook.react:react-native:${_reactNativeVersion}" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${_kotlinVersion}" - implementation ('com.passbase:passbase_sdk:1.7.4') { + implementation ('com.passbase:passbase_sdk:1.7.5') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } } diff --git a/package.json b/package.json index 954b411..1a3b226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@passbase/react-native-passbase", - "version": "0.1.0", + "version": "0.1.1", "description": "Official React-Native wrapper for Passbase SDK.", "main": "dist/index.js", "types": "dist/index.d.ts",