From b18fda0caf2123218f598c00e06beac6ae8643b1 Mon Sep 17 00:00:00 2001 From: Stefanos Togkoulidis Date: Wed, 9 Jun 2021 19:31:07 +0300 Subject: [PATCH 1/2] Bintray is no more, use our S3 mirror --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a782c11647..cd09fba123 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,7 +49,7 @@ repositories { jcenter() if (project == rootProject) { maven { - url "https://dl.bintray.com/wordpress-mobile/react-native-mirror/" + url "https://a8c-libs.s3.amazonaws.com/android/react-native-mirror" } } else { // When building as a dep, the RN's maven repo is locally in the node_modules folder From 3e34c75622bb6f142868c19b04f72afbc23554d8 Mon Sep 17 00:00:00 2001 From: Stefanos Togkoulidis Date: Wed, 9 Jun 2021 19:31:27 +0300 Subject: [PATCH 2/2] Bump RN binary to 0.64.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index cd09fba123..065176e93a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -61,7 +61,7 @@ repositories { dependencies { if (project == rootProject) { // If this is the root project (e.g. Jitpack), specify a version - implementation 'com.facebook.react:react-native:0.61.5' + implementation 'com.facebook.react:react-native:0.64.0' } else { //noinspection GradleDynamicVersion api "com.facebook.react:react-native:+"