Skip to content

Commit

Permalink
SDK Wrappers - Update to android 1.5.1 to fix [sc-125915] (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayelheinsen authored Sep 13, 2024
1 parent e714697 commit 3ff48dc
Show file tree
Hide file tree
Showing 6 changed files with 929 additions and 897 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.movableink.sdk:inked:1.5.0"
implementation "com.movableink.sdk:inked:1.5.1"
}

if (isNewArchitectureEnabled()) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@movable/react-native-sdk",
"version": "1.5.5",
"version": "1.5.6",
"description": "MovableInk React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -81,7 +81,7 @@
"engines": {
"node": ">= 18.0.0"
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.4.1",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 3ff48dc

Please sign in to comment.