Skip to content

Commit

Permalink
Merge branch 'master' into fix-pods
Browse files Browse the repository at this point in the history
  • Loading branch information
zilvinas-argyle authored Dec 18, 2024
2 parents ac6b041 + 7e06792 commit 2ef0421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 2ef0421

Please sign in to comment.