From b3005dce8def1b84063d273f9a876322183960c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Horus=20Lugo=20L=C3=B3pez?= Date: Mon, 26 Jul 2021 18:40:18 +0200 Subject: [PATCH] Remove bintray repository to speed up first builds --- android/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 66a9c1a64a72..0f9aece0cfa0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -28,8 +28,6 @@ buildscript { allprojects { repositories { - maven { url "https://dl.bintray.com/onfido/maven" } - mavenLocal() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm