Skip to content

Commit

Permalink
Android - Return last url when resolving urls in case of errors [sc-1…
Browse files Browse the repository at this point in the history
…30230]
  • Loading branch information
chayelheinsen committed Oct 29, 2024
1 parent dda1388 commit ebcbadf
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 @@ -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.3"
implementation "com.movableink.sdk:inked:1.5.4"
}

if (isNewArchitectureEnabled()) {
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": "@movable/react-native-sdk",
"version": "1.5.8",
"version": "1.5.9",
"description": "MovableInk React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit ebcbadf

Please sign in to comment.