aboutsummaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorBen Weiss <benweiss@google.com>2018-10-09 13:00:27 +0100
committerBen Weiss <benweiss@google.com>2018-10-17 09:20:06 +0000
commit248ddb04686aac4cabf00322a563f9cc9548eec0 (patch)
treed46b7800a2d87a9ac01e1744b79dba695ffe683c /input
parent21577e79f5047f5ebb4c0b43b586585626c78611 (diff)
downloadandroid-248ddb04686aac4cabf00322a563f9cc9548eec0.tar.gz
Replace maven.google.com with google()
Bug: 117481637 Test: Manually built samples Change-Id: If9c1ee4a8cc26329c9e4f52bf36bf70387414842
Diffstat (limited to 'input')
-rw-r--r--input/autofill/AutofillFramework/kotlinApp/build.gradle8
1 files changed, 2 insertions, 6 deletions
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