mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 17:09:13 +03:00
23 lines
713 B
Diff
23 lines
713 B
Diff
diff --git a/node_modules/lottie-react-native/build.gradle b/node_modules/lottie-react-native/build.gradle
|
|
index 184fdbf..9228bb0 100644
|
|
--- a/node_modules/lottie-react-native/build.gradle
|
|
+++ b/node_modules/lottie-react-native/build.gradle
|
|
@@ -3,7 +3,7 @@
|
|
buildscript {
|
|
repositories {
|
|
google()
|
|
- jcenter()
|
|
+ mavenCentral() //patched
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:7.0.0'
|
|
@@ -14,7 +14,7 @@ allprojects {
|
|
repositories {
|
|
mavenLocal()
|
|
google()
|
|
- jcenter()
|
|
+ mavenCentral() //patched
|
|
maven {
|
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
|
url("$rootDir/node_modules/react-native/android")
|