Skip to content

Commit

Permalink
Merge pull request #40 from moneykit/feature/update-moneykit-android-…
Browse files Browse the repository at this point in the history
…sdk-to-0.1.0

Update Android SDK to 0.1.0
  • Loading branch information
weslindsay authored Jun 18, 2024
2 parents b58d59b + 0524668 commit d22df22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ repositories {
dependencies {
implementation project(':expo-modules-core')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
implementation "com.moneykit:connect:0.0.7"
implementation "com.moneykit:connect:0.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moneykit/connect-react-native",
"version": "1.10.1",
"version": "1.11.0",
"description": "MoneyKit Connect is a quick and secure way to link bank accounts from within your app. The drop-in framework handles connecting to a financial institution in your app (credential validation, multi-factor authentication, error handling, etc.) without passing sensitive information to your server",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit d22df22

Please sign in to comment.