Skip to content

Commit

Permalink
Merge pull request #135 from argyle-systems/release-5.11.0
Browse files Browse the repository at this point in the history
Release 5.11.0
  • Loading branch information
zilvinas-argyle authored Nov 29, 2024
2 parents 989ec7e + 2150094 commit 6a783e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0'
}

def configureReactNativePom(def pom) {
Expand Down
3 changes: 1 addition & 2 deletions argyle-plugin-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency 'Argyle', '5.10.1'
s.dependency 'Argyle', '5.11.0'
end

6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Argyle (5.10.1)
- argyle-plugin-react-native (5.10.1):
- argyle-plugin-react-native (5.11.0):
- Argyle (= 5.10.1)
- React
- boost (1.83.0)
Expand Down Expand Up @@ -1319,7 +1319,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Argyle: 730fca9b08d342e62c194baacfbbced2e6680b52
argyle-plugin-react-native: 07325957893647bff82e58d9b5bb4b33029d50a3
argyle-plugin-react-native: 4fa7ea27ea63ca5c7fe7015513d845c735763af2
boost: 26fad476bfa736552bbfa698a06cc530475c1505
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
Expand Down Expand Up @@ -1381,7 +1381,7 @@ SPEC CHECKSUMS:
ReactCommon: ddb128564dcbfa0287d3d1a2d10f8c7457c971f6
RNCClipboard: 5e503962f0719ace8f7fdfe9c60282b526305c85
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 4f53dc50008d626fa679c7a1cb4bed898f8c0bde
Yoga: 2b33a7ac96c58cdaa7b810948fc6a2a76ed2d108

PODFILE CHECKSUM: d778f04d1ea34caf3a428a92d0514b83355d7a98

Expand Down

0 comments on commit 6a783e1

Please sign in to comment.