25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
diff --git a/node_modules/react-native-gesture-handler/android/build.gradle b/node_modules/react-native-gesture-handler/android/build.gradle
|
|
index 20f41ea..2081d2f 100644
|
|
--- a/node_modules/react-native-gesture-handler/android/build.gradle
|
|
+++ b/node_modules/react-native-gesture-handler/android/build.gradle
|
|
@@ -5,6 +5,9 @@ buildscript {
|
|
def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : project.properties['RNGH_kotlinVersion']
|
|
|
|
repositories {
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
|
+ maven { url 'https://repo.huaweicloud.com/repository/maven/' }
|
|
maven {
|
|
url "https://plugins.gradle.org/m2/"
|
|
}
|
|
@@ -127,6 +130,9 @@ tasks.preBuild {
|
|
}
|
|
|
|
repositories {
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
|
|
+ maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' }
|
|
+ maven { url 'https://repo.huaweicloud.com/repository/maven/' }
|
|
mavenCentral()
|
|
}
|
|
|