From 0b1ec68f44b6493183782b6190daf83dca87082b Mon Sep 17 00:00:00 2001 From: Yuwen Memon Date: Mon, 7 Nov 2022 12:23:50 -0800 Subject: [PATCH] Stop using deprecated jcenter repository for android dependencies --- android/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2e762d7e6437..a35d82861347 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,6 @@ buildscript { } repositories { google() - jcenter() mavenCentral() } dependencies { @@ -50,7 +49,6 @@ allprojects { } } repositories { - jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url("$rootDir/../node_modules/react-native/android")