From ab7cbc981b702ac3ce764108fd2f114a629031df Mon Sep 17 00:00:00 2001 From: johan12345 Date: Wed, 12 Aug 2020 08:12:02 +0200 Subject: [PATCH] fix URL of sonatype snapshots repo --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f50f18a4..2d9bfcaa 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ allprojects { google() jcenter() maven { url 'https://jitpack.io' } - maven { url "http://oss.sonatype.org/content/repositories/snapshots/" } + maven { url "http://oss.sonatype.org/content/repositories/snapshots" } flatDir { dirs 'libs' }