Skip to content

Commit

Permalink
5.8.1 (#125)
Browse files Browse the repository at this point in the history
* bump dependencies

* revert plist
  • Loading branch information
Varnius authored Aug 26, 2024
1 parent a974a2d commit 4e7d70f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.8.0'
implementation 'com.argyle:argyle-link-android:5.8.1'
}

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

s.dependency "React"
s.dependency 'Argyle', '5.8.0'
s.dependency 'Argyle', '5.8.1'
end

14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Argyle (5.8.0)
- argyle-plugin-react-native (5.8.0):
- Argyle (= 5.8.0)
- Argyle (5.8.1)
- argyle-plugin-react-native (5.7.3):
- Argyle (= 5.8.1)
- React
- boost (1.83.0)
- CocoaAsyncSocket (7.6.5)
Expand Down Expand Up @@ -1115,7 +1115,7 @@ PODS:
- React-jsi (= 0.73.1)
- React-logger (= 0.73.1)
- React-perflogger (= 0.73.1)
- RNCClipboard (1.6.0):
- RNCClipboard (1.11.1):
- React-Core
- SocketRocket (0.6.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -1318,8 +1318,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Argyle: ec8129f552a9b51ad9aba70d32e1f8aaa1d13a3d
argyle-plugin-react-native: 6555b94a0005aca80e7d1410458c386d4d3a1913
Argyle: 982fda6a07dc5a5b0262776cd23756c83f52b8e6
argyle-plugin-react-native: 3149ca455f60f1d2d3cc874f426a7eac08ef972e
boost: 26fad476bfa736552bbfa698a06cc530475c1505
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
Expand Down Expand Up @@ -1379,7 +1379,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: 93a4c84e46a85c3fc9678abd4f6923b785226ea7
React-utils: debda2c206770ee2785bdebb7f16d8db9f18838a
ReactCommon: ddb128564dcbfa0287d3d1a2d10f8c7457c971f6
RNCClipboard: c9cf8b4eba73c55aa9726ed3536e05503bef441d
RNCClipboard: 2834e1c4af68697089cdd455ee4a4cdd198fa7dd
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 2b33a7ac96c58cdaa7b810948fc6a2a76ed2d108

Expand Down

0 comments on commit 4e7d70f

Please sign in to comment.