From f9fcf33a7cb986b75e562f52e23bc649b3573d52 Mon Sep 17 00:00:00 2001 From: John Goodman Date: Thu, 23 Oct 2025 20:17:33 -0700 Subject: [PATCH] Replace jcenter with mavenCentral in build.gradle If you are using gradle 9, you cannot use jcenter and instead must use maven. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 806266ea1..a75e09af1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -83,7 +83,7 @@ dependencies { rootProject.allprojects { repositories { google() - jcenter() + mavenCentral() maven { url "https://mvn.instabug.com/nexus/repository/instabug-internal/" credentials {