Skip to content

Commit

Permalink
Merge pull request #409 from plaid/RN-7.1.0
Browse files Browse the repository at this point in the history
RN: 7.1.0
  • Loading branch information
amytang0 authored Aug 26, 2021
2 parents 2c86ac9 + e6d88fa commit 84ce51a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<application>
<meta-data
android:name="com.plaid.link.react_native"
android:value="7.0.7" />
android:value="7.1.0" />
</application>

</manifest>
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down
2 changes: 1 addition & 1 deletion ios/RNLinksdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-plaid-link-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"target": "es6",
"module": "es6",
"declaration": true,
"outDir": "./dist",
"outDir": "./dist"
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 84ce51a

Please sign in to comment.