ecency-mobile/patches/react-native-randombytes+3.6.1.patch

21 lines
602 B
Diff
Raw Normal View History

2022-10-31 17:21:36 +03:00
diff --git a/node_modules/react-native-randombytes/build.gradle b/node_modules/react-native-randombytes/build.gradle
index cfc3084..76e05a9 100644
--- a/node_modules/react-native-randombytes/build.gradle
+++ b/node_modules/react-native-randombytes/build.gradle
@@ -1,6 +1,6 @@
buildscript {
repositories {
- jcenter()
+ mavenCentral() //patched
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
@@ -13,6 +13,6 @@ buildscript {
allprojects {
repositories {
mavenLocal()
- jcenter()
+ mavenCentral() //patched
}
}