Files
Jellify/patches/react-native-dns-lookup+1.0.6.patch
2025-10-08 21:37:26 +05:30

14 lines
447 B
Diff

diff --git a/node_modules/react-native-dns-lookup/android/build.gradle b/node_modules/react-native-dns-lookup/android/build.gradle
index 013caca..fbb43c9 100644
--- a/node_modules/react-native-dns-lookup/android/build.gradle
+++ b/node_modules/react-native-dns-lookup/android/build.gradle
@@ -6,7 +6,7 @@ def safeExtGet(prop, fallback) {
buildscript {
repositories {
- jcenter()
+ mavenCentral()
}
dependencies {