From b56b5b1811b3420a8b591a7fa1df5f2c23c8ca06 Mon Sep 17 00:00:00 2001 From: Den Date: Tue, 10 Oct 2023 15:17:17 +0100 Subject: [PATCH 1/2] update native libs --- android/build.gradle | 2 +- dojo-react-native-pay-sdk.podspec | 2 +- example/android/app/build.gradle | 2 +- example/ios/Podfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 867b33f..b8dba4a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -95,7 +95,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "tech.dojo.pay:uisdk:1.3.0" + implementation "tech.dojo.pay:uisdk:1.3.1" implementation "tech.dojo.pay:sdk:1.6.0" implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.4.+' diff --git a/dojo-react-native-pay-sdk.podspec b/dojo-react-native-pay-sdk.podspec index bf5ac47..b77f07d 100644 --- a/dojo-react-native-pay-sdk.podspec +++ b/dojo-react-native-pay-sdk.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.dependency "React-Core" # Dojo iOS SDK Dependencies - s.dependency 'dojo-ios-sdk-drop-in-ui', '1.3.0' + s.dependency 'dojo-ios-sdk-drop-in-ui', '1.3.2' s.dependency 'dojo-ios-sdk', '1.4.0' # Don't install the dependencies when we run `pod install` in the old architecture. diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index da18e43..44ae461 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -172,7 +172,7 @@ dependencies { implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") - implementation("tech.dojo.pay:uisdk:1.3.0") + implementation("tech.dojo.pay:uisdk:1.3.1") implementation("tech.dojo.pay:sdk:1.6.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") diff --git a/example/ios/Podfile b/example/ios/Podfile index be45575..9e8f422 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -2,7 +2,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' pod 'dojo-ios-sdk', :git => 'git@github.com:Dojo-Engineering/dojo-ios-sdk.git', :tag => '1.4.0' -pod 'dojo-ios-sdk-drop-in-ui', :git => 'git@github.com:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.3.0' +pod 'dojo-ios-sdk-drop-in-ui', :git => 'git@github.com:dojo-engineering/dojo-ios-sdk-drop-in-ui.git', :tag => '1.3.2' platform :ios, min_ios_version_supported prepare_react_native_project! From f5c1ad6e5420b2e0c007fc6df6af62820756cf04 Mon Sep 17 00:00:00 2001 From: Den Date: Tue, 10 Oct 2023 15:27:59 +0100 Subject: [PATCH 2/2] bump the react-native sdk version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e50c5e4..887b5f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dojo-engineering/react-native-pay-sdk", - "version": "0.8.2", + "version": "0.8.3", "description": "React Native wrapper for Dojo Payment iOS and Android SDKs", "main": "lib/commonjs/index", "module": "lib/module/index",