diff --git a/android/build.gradle b/android/build.gradle index 7c8258b..83b96ad 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,7 +54,7 @@ repositories { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${project.ext.kotlinVersion}" implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}" - implementation 'com.argyle:argyle-link-android:5.3.0' + implementation 'com.argyle:argyle-link-android:5.4.0' } def configureReactNativePom(def pom) { diff --git a/argyle-plugin-react-native.podspec b/argyle-plugin-react-native.podspec index 84d8a57..8f306ae 100644 --- a/argyle-plugin-react-native.podspec +++ b/argyle-plugin-react-native.podspec @@ -19,6 +19,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React" - s.dependency 'Argyle', '5.3.1' + s.dependency 'Argyle', '5.4.0' end