diff --git a/android/build.gradle b/android/build.gradle index 7059626..a1775f9 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.11.0' + implementation 'com.argyle:argyle-link-android:5.12.0' } def configureReactNativePom(def pom) { diff --git a/argyle-plugin-react-native.podspec b/argyle-plugin-react-native.podspec index 050c09d..1b94124 100644 --- a/argyle-plugin-react-native.podspec +++ b/argyle-plugin-react-native.podspec @@ -19,5 +19,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.dependency "React" - s.dependency 'Argyle', '5.11.1' + s.dependency 'Argyle', '5.12.0' end