diff --git a/android/build.gradle b/android/build.gradle index 491865c0..50b6647d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -65,7 +65,7 @@ repositories { dependencies { implementation "com.facebook.react:react-native:+" - implementation "com.plaid.link:sdk-core:3.4.0" + implementation "com.plaid.link:sdk-core:3.5.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "com.jakewharton.rxrelay2:rxrelay:2.1.1" } diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 3989d094..20b4ffd4 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ + android:value="7.1.0" /> diff --git a/example/ios/Podfile b/example/ios/Podfile index f6e233f3..c3afeb98 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -4,7 +4,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ platform :ios, '11.0' target 'plaidRNDemo' do - pod 'Plaid', '~> 2.1.0' + pod 'Plaid', '~> 2.2.0' config = use_native_modules! use_react_native!(:path => config["reactNativePath"]) diff --git a/ios/RNLinksdk.m b/ios/RNLinksdk.m index e7b7f023..9596a649 100644 --- a/ios/RNLinksdk.m +++ b/ios/RNLinksdk.m @@ -116,7 +116,7 @@ @implementation RNLinksdk RCT_EXPORT_MODULE(); + (NSString*)sdkVersion { -return @"7.0.7"; // SDK_VERSION + return @"7.1.0"; // SDK_VERSION } + (NSString*)objCBridgeVersion { diff --git a/package.json b/package.json index d39a6969..ecbdabb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-plaid-link-sdk", - "version": "7.0.7", + "version": "7.1.0", "description": "React Native Plaid Link SDK", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/react-native-plaid-link-sdk.podspec b/react-native-plaid-link-sdk.podspec index 48698e60..81e3ae04 100644 --- a/react-native-plaid-link-sdk.podspec +++ b/react-native-plaid-link-sdk.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.source_files = "ios/*.{h,m}" s.dependency 'React-Core' - s.dependency 'Plaid', '~> 2.1.3' + s.dependency 'Plaid', '~> 2.2.0' end diff --git a/tsconfig.json b/tsconfig.json index b9242dc4..f4cfa99b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "target": "es6", "module": "es6", "declaration": true, - "outDir": "./dist", + "outDir": "./dist" }, "exclude": [ "node_modules",