aboutsummaryrefslogtreecommitdiff
path: root/input/autofill
diff options
context:
space:
mode:
authorYuichi Araki <yaraki@google.com>2019-01-16 13:14:18 +0900
committerYuichi Araki <yaraki@google.com>2019-01-16 13:31:19 +0900
commitad107aaf33e8b179d128062943c31160e7642fc7 (patch)
tree88af9786ff0b6555a5cb9cd14e361a5b1f9cae83 /input/autofill
parentf302c1310b5f751d2a5cca77974e751d36598076 (diff)
downloadandroid-ad107aaf33e8b179d128062943c31160e7642fc7.tar.gz
Update to AGP 3.3.0
Bug: 122926695 Test: './gradlew assembleDebug' in every project Change-Id: I0c72b409eae50e6f85a024469b6bfea0cfddb80b
Diffstat (limited to 'input/autofill')
-rw-r--r--input/autofill/AutofillFramework/build.gradle2
-rw-r--r--input/autofill/AutofillFramework/kotlinApp/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/input/autofill/AutofillFramework/build.gradle b/input/autofill/AutofillFramework/build.gradle
index 557b78fb..d9ec3b51 100644
--- a/input/autofill/AutofillFramework/build.gradle
+++ b/input/autofill/AutofillFramework/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.2.1'
+ classpath 'com.android.tools.build:gradle:3.3.0'
}
}
diff --git a/input/autofill/AutofillFramework/kotlinApp/build.gradle b/input/autofill/AutofillFramework/kotlinApp/build.gradle
index 00a54207..dd38fe28 100644
--- a/input/autofill/AutofillFramework/kotlinApp/build.gradle
+++ b/input/autofill/AutofillFramework/kotlinApp/build.gradle
@@ -5,7 +5,7 @@ buildscript {
}
ext.kotlin_version = '1.3.11'
dependencies {
- classpath 'com.android.tools.build:gradle:3.2.1'
+ classpath 'com.android.tools.build:gradle:3.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}