Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:2.1.2"
implementation "com.movableink.sdk:inked:2.2.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"

}
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": "2.1.2",
"version": "2.2.0",
"description": "MovableInk React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
8 changes: 4 additions & 4 deletions react-native-movable-ink.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down