Skip to content

Commit

Permalink
move to 0.1.90
Browse files Browse the repository at this point in the history
  • Loading branch information
hebamoustafa committed Dec 4, 2024
1 parent c80cd04 commit da90b68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ dependencies {
implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.77"
}

configurations.all {
resolutionStrategy {
force 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
force 'com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0'
}
}
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-knotapi",
"version": "0.1.89",
"version": "0.1.90",
"description": "Knot is for when there's knot an API - change card on file information, cancel subscriptions, change passwords, and more.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.cjs",
Expand Down

0 comments on commit da90b68

Please sign in to comment.