From 9bf7fab32924d9eeebbf4e899da8825391a95063 Mon Sep 17 00:00:00 2001 From: zilvinas-argyle Date: Tue, 12 Nov 2024 15:35:57 +0200 Subject: [PATCH 1/2] 5.10.1 --- android/build.gradle | 2 +- argyle-plugin-react-native.podspec | 2 +- example/ios/Podfile.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2bc63e7..eb5dbc3 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.10.0' + implementation 'com.argyle:argyle-link-android:5.10.1' } def configureReactNativePom(def pom) { diff --git a/argyle-plugin-react-native.podspec b/argyle-plugin-react-native.podspec index 005da8e..904e109 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.10.0' + s.dependency 'Argyle', '5.10.1' end diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index baca800..d1bd9e8 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - Argyle (5.10.0) - - argyle-plugin-react-native (5.10.0): - - Argyle (= 5.10.0) + - Argyle (5.10.1) + - argyle-plugin-react-native (5.10.1): + - Argyle (= 5.10.1) - React - boost (1.83.0) - CocoaAsyncSocket (7.6.5) @@ -1318,8 +1318,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - Argyle: 188b56666f40a87de7693784e434d0495cae9517 - argyle-plugin-react-native: 10f269ed2a95c045e1331b06213fca97361169be + Argyle: 730fca9b08d342e62c194baacfbbced2e6680b52 + argyle-plugin-react-native: 07325957893647bff82e58d9b5bb4b33029d50a3 boost: 26fad476bfa736552bbfa698a06cc530475c1505 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953 From a0da12bcfa8f9b0f3bb89978ded0a252d5c69215 Mon Sep 17 00:00:00 2001 From: zilvinas-argyle Date: Tue, 12 Nov 2024 15:38:33 +0200 Subject: [PATCH 2/2] Set 5.10.0 for Android --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index eb5dbc3..2bc63e7 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.10.1' + implementation 'com.argyle:argyle-link-android:5.10.0' } def configureReactNativePom(def pom) {