Merge pull request #3608 from BlueWallet/ref-fix-kotlin-dep

REF: improved kotlin dep resolution (for blue-crypto dep)
This commit is contained in:
GLaDOS 2021-08-18 14:30:11 +01:00 committed by GitHub
commit 1a87814d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View file

@ -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
View file

@ -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",

View file

@ -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",