Skip to content

Commit

Permalink
Merge pull request #139 from argyle-systems/release-5.12.0
Browse files Browse the repository at this point in the history
Release 5.12.0
  • Loading branch information
zilvinas-argyle authored Dec 18, 2024
2 parents 5cc29a4 + 180cc0b commit 7e06792
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11.0'
implementation 'com.argyle:argyle-link-android:5.12.0'
}

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,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
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Argyle (5.11.1)
- argyle-plugin-react-native (5.11.1):
- argyle-plugin-react-native (5.12.0):
- Argyle (= 5.11.1)
- React
- boost (1.83.0)
Expand Down Expand Up @@ -1319,7 +1319,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Argyle: ad4a6b17ed76f752bd5680a82566a8f54f55fb97
argyle-plugin-react-native: 8b6b6609b3439983055aed84b773e213cd324529
argyle-plugin-react-native: 29666838e07f4460966e1bbc5ac225732ebd3a41
boost: 26fad476bfa736552bbfa698a06cc530475c1505
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
Expand Down

0 comments on commit 7e06792

Please sign in to comment.