Skip to content

Commit

Permalink
Merge pull request #54 from millionscard/update-native-versions
Browse files Browse the repository at this point in the history
update native versions
  • Loading branch information
taitmbarek authored Apr 2, 2024
2 parents a6e19da + 4b0fdf8 commit 705a4cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.57"
implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.58"
// From node_modules
}

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": "react-native-knotapi",
"version": "0.1.68",
"version": "0.1.69",
"description": "test",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-knotapi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"

s.dependency "React-Core"
s.dependency 'KnotAPI', '0.5.14'
s.dependency 'KnotAPI', '0.5.15'


# Don't install the dependencies when we run `pod install` in the old architecture.
Expand Down

0 comments on commit 705a4cc

Please sign in to comment.