Skip to content

Commit fce9fbf

Browse files
committed
Upgrade zcash sdks
1 parent 8b1fc1d commit fce9fbf

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
compileSdkVersion = 35
66
targetSdkVersion = 35
77
ndkVersion = "27.1.12297006"
8-
kotlinVersion = "2.0.21"
8+
kotlinVersion = "2.3.20" // Required by zcash-android-sdk >= 2.4.8 (Kotlin 2.3 metadata)
99
}
1010
repositories {
1111
google()
@@ -19,7 +19,7 @@ buildscript {
1919
dependencies {
2020
classpath("com.android.tools.build:gradle")
2121
classpath("com.facebook.react:react-native-gradle-plugin")
22-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
22+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2323

2424
// Edge additions:
2525
classpath 'com.google.gms:google-services:4.3.14'

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ PODS:
17741774
- react-native-zano (0.2.8):
17751775
- OpenSSL-Universal
17761776
- React-Core
1777-
- react-native-zcash (0.10.6):
1777+
- react-native-zcash (0.11.0):
17781778
- gRPC-Swift (~> 1.8)
17791779
- MnemonicSwift (~> 2.2)
17801780
- React-Core
@@ -3416,7 +3416,7 @@ SPEC CHECKSUMS:
34163416
react-native-safe-area-context: 83e0ac3d023997de1c2e035af907cc4dc05f718c
34173417
react-native-webview: 69c118d283fccfbc4fca0cd680e036ff3bf188fa
34183418
react-native-zano: 55542cc969fbe349608b3f877575b9f3ce62c303
3419-
react-native-zcash: 860d54ded78ee0cde1e8379029a99555ebb6b33d
3419+
react-native-zcash: 75730d2bd433a354f441103724b0811f537fbe35
34203420
React-NativeModulesApple: df8e5bc59e78ca3040ffbf41336889f3bd0fad68
34213421
React-oscompat: ef5df1c734f19b8003e149317d041b8ce1f7d29c
34223422
React-perflogger: 9a151e0b4c933c9205fd648c246506a83f31395d

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"react-native-wheel-picker-android": "^2.0.6",
173173
"react-native-worklets": "^0.6.1",
174174
"react-native-zano": "^0.2.8",
175-
"react-native-zcash": "0.10.6",
175+
"react-native-zcash": "^0.11.0",
176176
"react-redux": "^8.1.1",
177177
"redux": "^4.2.1",
178178
"redux-thunk": "^2.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15789,10 +15789,10 @@ react-native-zano@^0.2.8:
1578915789
dependencies:
1579015790
cleaners "^0.3.17"
1579115791

15792-
react-native-zcash@0.10.6:
15793-
version "0.10.6"
15794-
resolved "https://registry.yarnpkg.com/react-native-zcash/-/react-native-zcash-0.10.6.tgz#8b26b0c5f0ade9dd7625b87abd251aa5c419d4fc"
15795-
integrity sha512-czxAbHov8YpZZTyr7GbPjhKp1aA3+CErYM+XFxcLR9udMLXWsHPO+bl+oLs4Knh2ZGn1bVRtvzLWzK9A6UB0BA==
15792+
react-native-zcash@^0.11.0:
15793+
version "0.11.0"
15794+
resolved "https://registry.yarnpkg.com/react-native-zcash/-/react-native-zcash-0.11.0.tgz#a992f5f697b8774518962fc67f0d11f78f5db86b"
15795+
integrity sha512-cvbaA9Kqh0woKy/mKeNswvrw3dRKR8zr5mWlLoYoCJNh00yWoucvx2mn3Yj9r6Yt7d1osRwP8i9jnAcERtX57w==
1579615796
dependencies:
1579715797
biggystring "^4.2.3"
1579815798
rfc4648 "^1.3.0"

0 commit comments

Comments
 (0)