aboutsummaryrefslogtreecommitdiff
path: root/customview/build.gradle
diff options
context:
space:
mode:
authorNick Anthony <nickanthony@google.com>2019-05-30 17:42:00 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-30 17:42:00 -0700
commit18630f3a234bfcfed452139f29347f508b33c101 (patch)
tree23936566550ad621ff30fb3d6f1b4e45e063f2f7 /customview/build.gradle
parent3d78f186f461b563d95056e00a9a43515771a526 (diff)
parent355ce763861d99e7bec1797a8b38ca506cc695d1 (diff)
downloadsupport-18630f3a234bfcfed452139f29347f508b33c101.tar.gz
Merge "Move core to 1.2.0-alpha02" into androidx-master-dev
am: 355ce76386 Change-Id: I2fdae5af425bb4989ae98c655db1833da8f3045d
Diffstat (limited to 'customview/build.gradle')
-rw-r--r--customview/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/customview/build.gradle b/customview/build.gradle
index 067e8122954..825963abc71 100644
--- a/customview/build.gradle
+++ b/customview/build.gradle
@@ -10,7 +10,7 @@ plugins {
dependencies {
api("androidx.annotation:annotation:1.1.0-rc01")
- api(project(":core"))
+ api("androidx.core:core:1.1.0-rc01")
implementation("androidx.collection:collection:1.1.0-rc01")
androidTestImplementation(JUNIT)