Skip to content

Commit

Permalink
Bump Link SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
MindaugasVarkalys committed Dec 21, 2023
1 parent 0ccc1a4 commit 47d8717
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.5.0'
implementation 'com.argyle:argyle-link-android:5.5.2'
}

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.5.0'
s.dependency 'Argyle', '5.5.1'
end

0 comments on commit 47d8717

Please sign in to comment.