From e5393f101a41344c4e2da4245e54e719fc1150b9 Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 4 May 2022 18:35:44 +0200 Subject: [PATCH] update mavencentral --- android/build.gradle | 4 ++-- android/lib/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1a8ffa8e..3d85e58a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,7 +5,7 @@ buildscript { url 'https://maven.google.com/' name 'Google' } - jcenter() + mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:3.4.1' @@ -23,7 +23,7 @@ allprojects { url 'https://maven.google.com/' name 'Google' } - jcenter() + mavenCentral() // repo for react-native // https://mvnrepository.com/artifact/com.facebook.react/react-native?repo=springio-plugins-release maven { diff --git a/android/lib/build.gradle b/android/lib/build.gradle index 3a8b36c5..633107bd 100644 --- a/android/lib/build.gradle +++ b/android/lib/build.gradle @@ -52,7 +52,7 @@ repositories { maven { url 'https://maven.google.com' } - jcenter() + mavenCentral() } android {