Skip to content

Commit

Permalink
Merge pull request #85 from argyle-systems/bump-sdks-to-5-4-0
Browse files Browse the repository at this point in the history
Bump SDKs version
  • Loading branch information
gytistumas authored Oct 19, 2023
2 parents c6f08df + 8bdfc0c commit 705e79b
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.3.0'
implementation 'com.argyle:argyle-link-android:5.4.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,6 +19,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency 'Argyle', '5.3.1'
s.dependency 'Argyle', '5.4.0'
end

0 comments on commit 705e79b

Please sign in to comment.