From e5ec9ddbf335cffb226f4d82fac4f48b6c756667 Mon Sep 17 00:00:00 2001 From: Swati4star Date: Wed, 6 Jun 2018 14:35:43 +0530 Subject: [PATCH] build.gradle : change http to https url --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7cf78490f..9564d9f4e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ android { } repositories { mavenCentral() - maven { url 'http://repo.commonsware.com.s3.amazonaws.com' } + maven { url 'https://s3.amazonaws.com/repo.commonsware.com' } maven { url 'https://jitpack.io' } }