From 58f24b9a525e7f8282f4d72eadd6b342270e9ba1 Mon Sep 17 00:00:00 2001 From: Egor Blagov Date: Wed, 11 Sep 2019 12:23:08 +0700 Subject: [PATCH] Removed sonatype repo because of request number limitation --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index b4bddcd4..952260a2 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,6 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories { - maven { url "http://oss.sonatype.org/content/groups/public/" } if (!project.hasProperty('local')) { maven { url "https://jitpack.io" } }