From 248ddb04686aac4cabf00322a563f9cc9548eec0 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Tue, 9 Oct 2018 13:00:27 +0100 Subject: Replace maven.google.com with google() Bug: 117481637 Test: Manually built samples Change-Id: If9c1ee4a8cc26329c9e4f52bf36bf70387414842 --- input/autofill/AutofillFramework/kotlinApp/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'input') diff --git a/input/autofill/AutofillFramework/kotlinApp/build.gradle b/input/autofill/AutofillFramework/kotlinApp/build.gradle index 7eb0dddc..048d81dd 100644 --- a/input/autofill/AutofillFramework/kotlinApp/build.gradle +++ b/input/autofill/AutofillFramework/kotlinApp/build.gradle @@ -1,9 +1,7 @@ buildscript { repositories { jcenter() - maven { - url 'https://maven.google.com' - } + google() } ext.kotlin_version = '1.1.4-3' dependencies { @@ -15,8 +13,6 @@ buildscript { allprojects { repositories { jcenter() - maven { - url 'https://maven.google.com' - } + google() } } \ No newline at end of file -- cgit v1.2.3