diff --git a/android/build.gradle b/android/build.gradle index b1c44c08d..b86b4e163 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 diff --git a/package-lock.json b/package-lock.json index 7b297cfcb..915e4f746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 535cdaf00..b9811289c 100644 --- a/package.json +++ b/package.json @@ -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",