Skip to content

Commit

Permalink
feat: update iOS and Android SDKs to latest versions in 'sdk-react-na…
Browse files Browse the repository at this point in the history
…tive' (#966)

* feat: update 'metamask-ios-sdk' to v0.8.0 in '@metamask/sdk-react-native'

* feat: update 'metamask-android-sdk' to v0.6.0 in '@metamask/sdk-react-native'
  • Loading branch information
omridan159 authored Jul 26, 2024
1 parent 410ec5a commit ee26cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sdk-react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation("io.metamask.androidsdk:metamask-android-sdk:0.5.8")
implementation("io.metamask.androidsdk:metamask-android-sdk:0.6.0")
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'metamask-ios-sdk', '~> 0.7.3'
s.dependency 'metamask-ios-sdk', '~> 0.8.0'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit ee26cba

Please sign in to comment.