Skip to content

Commit 6a783e1

Browse files
Merge pull request #135 from argyle-systems/release-5.11.0
Release 5.11.0
2 parents 989ec7e + 2150094 commit 6a783e1

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repositories {
5454
dependencies {
5555
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${project.ext.kotlinVersion}"
5656
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
57-
implementation 'com.argyle:argyle-link-android:5.10.0'
57+
implementation 'com.argyle:argyle-link-android:5.11.0'
5858
}
5959

6060
def configureReactNativePom(def pom) {

argyle-plugin-react-native.podspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ Pod::Spec.new do |s|
1919
s.requires_arc = true
2020

2121
s.dependency "React"
22-
s.dependency 'Argyle', '5.10.1'
22+
s.dependency 'Argyle', '5.11.0'
2323
end
24-

example/ios/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Argyle (5.10.1)
3-
- argyle-plugin-react-native (5.10.1):
3+
- argyle-plugin-react-native (5.11.0):
44
- Argyle (= 5.10.1)
55
- React
66
- boost (1.83.0)
@@ -1319,7 +1319,7 @@ EXTERNAL SOURCES:
13191319

13201320
SPEC CHECKSUMS:
13211321
Argyle: 730fca9b08d342e62c194baacfbbced2e6680b52
1322-
argyle-plugin-react-native: 07325957893647bff82e58d9b5bb4b33029d50a3
1322+
argyle-plugin-react-native: 4fa7ea27ea63ca5c7fe7015513d845c735763af2
13231323
boost: 26fad476bfa736552bbfa698a06cc530475c1505
13241324
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
13251325
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
@@ -1381,7 +1381,7 @@ SPEC CHECKSUMS:
13811381
ReactCommon: ddb128564dcbfa0287d3d1a2d10f8c7457c971f6
13821382
RNCClipboard: 5e503962f0719ace8f7fdfe9c60282b526305c85
13831383
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1384-
Yoga: 4f53dc50008d626fa679c7a1cb4bed898f8c0bde
1384+
Yoga: 2b33a7ac96c58cdaa7b810948fc6a2a76ed2d108
13851385

13861386
PODFILE CHECKSUM: d778f04d1ea34caf3a428a92d0514b83355d7a98
13871387

0 commit comments

Comments
 (0)