From 83cce5effe9329a8e60224922328a99706890c84 Mon Sep 17 00:00:00 2001 From: Siddhant Soni Date: Thu, 29 Aug 2024 16:14:56 +0530 Subject: [PATCH] fix: migrate android artifact repository from jcenter to mavenCentral --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index c1dca20..7cb0e65 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,7 +1,7 @@ buildscript { repositories { - jcenter() + mavenCentral() } dependencies { @@ -44,4 +44,4 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' } - \ No newline at end of file +