@novastera-oss/nitro-metamask 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,6 @@ Pod::Spec.new do |s|
27
27
 
28
28
  s.dependency 'React-jsi'
29
29
  s.dependency 'React-callinvoker'
30
- s.dependency 'MetaMaskIOSSDK'
30
+ s.dependency 'metamask-ios-sdk', '~> 0.8.10'
31
31
  install_modules_dependencies(s)
32
32
  end
@@ -126,6 +126,7 @@ android {
126
126
  repositories {
127
127
  mavenCentral()
128
128
  google()
129
+ maven { url "https://jitpack.io" }
129
130
  }
130
131
 
131
132
 
@@ -139,6 +140,8 @@ dependencies {
139
140
  implementation project(":react-native-nitro-modules")
140
141
 
141
142
  // MetaMask Android SDK
142
- implementation "io.metamask.android:sdk:1.0.0"
143
+ // See: https://github.com/MetaMask/metamask-android-sdk
144
+ // Available on Maven Central: https://mvnrepository.com/artifact/io.metamask.androidsdk/metamask-android-sdk
145
+ implementation "io.metamask.androidsdk:metamask-android-sdk:0.6.6"
143
146
  }
144
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novastera-oss/nitro-metamask",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "nitro-metamask",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",