Skip to content

Commit

Permalink
Merge pull request #53 from joshuadeguzman/joshuadeguzman/update-plai…
Browse files Browse the repository at this point in the history
…d-core

Bump Plaid core versions for Android & iOS
  • Loading branch information
jorgefspereira authored Sep 19, 2021
2 parents cecc804 + 05df52c commit 87f24ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

dependencies {
implementation 'com.plaid.link:sdk-core:3.4.0'
implementation 'com.plaid.link:sdk-core:3.5.1'
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>9.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/plaid_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Enables Plaid in Flutter apps.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Plaid', '2.1.3'
s.dependency 'Plaid', '2.2.0'
s.static_framework = true
s.ios.deployment_target = '11.0'
end
Expand Down

0 comments on commit 87f24ac

Please sign in to comment.