aboutsummaryrefslogtreecommitdiff
path: root/input/autofill
diff options
context:
space:
mode:
authorJisha Abubaker <jishaa@google.com>2018-12-04 13:54:24 -0800
committerJisha Abubaker <jishaa@google.com>2018-12-04 13:58:50 -0800
commit7d1eff196c6783d0de3789c2f85157585d7b7f17 (patch)
tree53572395213004fe9753522a943a313536e32638 /input/autofill
parent5bebac92432c50e068ecc021228153c19bb2805c (diff)
downloadandroid-7d1eff196c6783d0de3789c2f85157585d7b7f17.tar.gz
moving jcenter() below google()
Bug: 114236837 Change-Id: I24ed5fc173bf68775512eecf31d52b3a2daa4709
Diffstat (limited to 'input/autofill')
-rw-r--r--input/autofill/AutofillFramework/build.gradle4
-rw-r--r--input/autofill/AutofillFramework/kotlinApp/build.gradle4
2 files changed, 4 insertions, 4 deletions
diff --git a/input/autofill/AutofillFramework/build.gradle b/input/autofill/AutofillFramework/build.gradle
index 5e6d6a3f..e4d65249 100644
--- a/input/autofill/AutofillFramework/build.gradle
+++ b/input/autofill/AutofillFramework/build.gradle
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
- jcenter()
google()
+ jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
@@ -11,8 +11,8 @@ buildscript {
allprojects {
repositories {
- jcenter()
google()
+ jcenter()
}
}
diff --git a/input/autofill/AutofillFramework/kotlinApp/build.gradle b/input/autofill/AutofillFramework/kotlinApp/build.gradle
index 048d81dd..8ff27c55 100644
--- a/input/autofill/AutofillFramework/kotlinApp/build.gradle
+++ b/input/autofill/AutofillFramework/kotlinApp/build.gradle
@@ -1,7 +1,7 @@
buildscript {
repositories {
- jcenter()
google()
+ jcenter()
}
ext.kotlin_version = '1.1.4-3'
dependencies {
@@ -12,7 +12,7 @@ buildscript {
allprojects {
repositories {
- jcenter()
google()
+ jcenter()
}
} \ No newline at end of file