@solana-mobile/seed-vault-lib 0.3.3-hotfix.1 → 0.3.3-hotfix.2
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.
- package/android/build.gradle +4 -2
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -8,7 +8,7 @@ buildscript {
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
dependencies {
|
|
11
|
-
classpath 'com.android.tools.build:gradle:
|
|
11
|
+
classpath 'com.android.tools.build:gradle:7.4.2'
|
|
12
12
|
// noinspection DifferentKotlinGradleVersion
|
|
13
13
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
|
14
14
|
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
|
|
@@ -135,7 +135,9 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
|
|
|
135
135
|
dependencies {
|
|
136
136
|
//noinspection GradleDynamicVersion
|
|
137
137
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
138
|
-
|
|
138
|
+
// uncomment to use local seedvault module for testing
|
|
139
|
+
// implementation project(path: ':seedvault')
|
|
140
|
+
implementation "com.solanamobile:seedvault-wallet-sdk:0.3.3"
|
|
139
141
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
140
142
|
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
|
|
141
143
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana-mobile/seed-vault-lib",
|
|
3
3
|
"description": "A React Native wrapper of the Solana Mobile, Seed Vault SDK. Apps can use this to interact with seed vault implementations on Android",
|
|
4
|
-
"version": "0.3.3-hotfix.
|
|
4
|
+
"version": "0.3.3-hotfix.2",
|
|
5
5
|
"author": "Marco Martinez <marco.martinez@solanamobile.com>",
|
|
6
6
|
"repository": "https://github.com/solana-mobile/seed-vault-sdk",
|
|
7
7
|
"license": "Apache-2.0",
|