From 18c04ad695cf3931e605eddd559dc5bc5d2d1eb2 Mon Sep 17 00:00:00 2001 From: christine Date: Tue, 14 Oct 2025 15:45:41 +0300 Subject: [PATCH] sc-172187:add support for performance tracking --- android/build.gradle | 2 +- package.json | 2 +- react-native-movable-ink.podspec | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 30027f8..0cfaf1e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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:2.1.2" + implementation "com.movableink.sdk:inked:2.2.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" } diff --git a/package.json b/package.json index cbeefec..b3b8bd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movable/react-native-sdk", - "version": "2.1.2", + "version": "2.2.0", "description": "MovableInk React Native SDK", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/react-native-movable-ink.podspec b/react-native-movable-ink.podspec index 4886779..ab482c4 100644 --- a/react-native-movable-ink.podspec +++ b/react-native-movable-ink.podspec @@ -15,13 +15,13 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/movableink/mobile-sdk-react-native.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,swift}" - + # Enable when testing local pod # s.dependency "MovableInk" - + # Disable when testing local pod - s.dependency "MovableInk", "2.1.0" - + s.dependency "MovableInk", "2.2.0" + s.dependency "React-Core" # Don't install the dependencies when we run `pod install` in the old architecture.