diff --git a/android/build.gradle b/android/build.gradle index 2991fb9..62e958b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 } diff --git a/package.json b/package.json index d195b34..cb55b52 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/react-native-knotapi.podspec b/react-native-knotapi.podspec index c99742d..4b03236 100644 --- a/react-native-knotapi.podspec +++ b/react-native-knotapi.podspec @@ -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.