aboutsummaryrefslogtreecommitdiff
path: root/input/autofill
diff options
context:
space:
mode:
authorFelipe Leme <felipeal@google.com>2018-11-16 15:32:47 -0800
committerFelipe Leme <felipeal@google.com>2018-11-16 15:32:56 -0800
commitd14fd29f7369b20717649f70909fe01643687299 (patch)
tree02db5bbbf667a4dae6a390c735458cab601e3330 /input/autofill
parent61ef749275ee0942335a7b6ed525e970812f02af (diff)
downloadandroid-d14fd29f7369b20717649f70909fe01643687299.tar.gz
Fixed build.gradle
Bug: 119261048 Test: ./gradlew :Application:installDebug Test: ./gradlew :afservice:installDebug Change-Id: I5b41c273562864bdf1ecde06eb4a0625b2e2b22e
Diffstat (limited to 'input/autofill')
-rw-r--r--input/autofill/AutofillFramework/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/autofill/AutofillFramework/build.gradle b/input/autofill/AutofillFramework/build.gradle
index 11bf7c90..393925d3 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.1.0'
@@ -11,8 +11,8 @@ buildscript {
allprojects {
repositories {
- jcenter()
google()
+ jcenter()
}
}