Skip to content

Commit 2ef0421

Browse files
Merge branch 'master' into fix-pods
2 parents ac6b041 + 7e06792 commit 2ef0421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.11.0'
57+
implementation 'com.argyle:argyle-link-android:5.12.0'
5858
}
5959

6060
def configureReactNativePom(def pom) {

argyle-plugin-react-native.podspec

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

2121
s.dependency "React"
22-
s.dependency 'Argyle', '5.11.1'
22+
s.dependency 'Argyle', '5.12.0'
2323
end

0 commit comments

Comments
 (0)