Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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 @@ -122,7 +122,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.movableink.sdk:inked:2.3.0"
implementation "com.movableink.sdk:inked:3.0.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.2.0",
"version": "3.0.0",
"description": "MovableInk React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
4 changes: 2 additions & 2 deletions react-native-movable-ink.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

# Enable when testing local pod
s.dependency "MovableInk"
#s.dependency "MovableInk"

# Disable when testing local pod
# s.dependency "MovableInk", "2.3.0"
s.dependency "MovableInk", "3.0.0"

s.dependency "React-Core"

Expand Down
Loading