From 8a1fcb8cfccf8d5a9e7207b2458e5b321be228e4 Mon Sep 17 00:00:00 2001 From: Uipko Berghuis Date: Thu, 5 Dec 2019 22:38:50 +0100 Subject: Remove module specefic repository decleration Repositories are defined in top level build.gradle. No need to define them again in the modules. --- remoteExample/build.gradle | 6 ------ 1 file changed, 6 deletions(-) (limited to 'remoteExample') diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 119c6ea7..bd758bd2 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -5,12 +5,6 @@ apply plugin: 'com.android.application' -repositories { - jcenter() - maven { url "https://jitpack.io" } - maven { url 'https://maven.google.com' } -} - android { compileSdkVersion 28 -- cgit v1.2.3