mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
Merge pull request #3608 from BlueWallet/ref-fix-kotlin-dep
REF: improved kotlin dep resolution (for blue-crypto dep)
This commit is contained in:
commit
1a87814d91
3 changed files with 3 additions and 5 deletions
|
@ -17,10 +17,8 @@ buildscript {
|
|||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
ext.kotlinVersion = '1.4.32'
|
||||
dependencies {
|
||||
classpath('com.android.tools.build:gradle:4.2.1')
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
||||
classpath 'com.google.gms:google-services:4.3.5' // Google Services plugin
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -17797,8 +17797,8 @@
|
|||
}
|
||||
},
|
||||
"react-native-blue-crypto": {
|
||||
"version": "git+https://github.com/BlueWallet/react-native-blue-crypto.git#841cd9e5abdc468888c76682c95a944ec34c1be7",
|
||||
"from": "git+https://github.com/BlueWallet/react-native-blue-crypto.git#841cd9e5abdc468888c76682c95a944ec34c1be7"
|
||||
"version": "git+https://github.com/BlueWallet/react-native-blue-crypto.git#fbc2e6beded0b7f61e0986ce98cca1230f84bc1c",
|
||||
"from": "git+https://github.com/BlueWallet/react-native-blue-crypto.git#fbc2e6beded0b7f61e0986ce98cca1230f84bc1c"
|
||||
},
|
||||
"react-native-camera": {
|
||||
"version": "4.0.2",
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
"react": "17.0.1",
|
||||
"react-localization": "1.0.17",
|
||||
"react-native": "0.64.2",
|
||||
"react-native-blue-crypto": "https://github.com/BlueWallet/react-native-blue-crypto#841cd9e5abdc468888c76682c95a944ec34c1be7",
|
||||
"react-native-blue-crypto": "https://github.com/BlueWallet/react-native-blue-crypto#fbc2e6beded0b7f61e0986ce98cca1230f84bc1c",
|
||||
"react-native-camera": "4.0.2",
|
||||
"react-native-crypto": "2.2.0",
|
||||
"react-native-default-preference": "1.4.3",
|
||||
|
|
Loading…
Add table
Reference in a new issue