aboutsummaryrefslogtreecommitdiff
path: root/textclassifier
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 /textclassifier
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 'textclassifier')
-rw-r--r--textclassifier/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/textclassifier/build.gradle b/textclassifier/build.gradle
index e2b4414f6dc..9a5cff5e010 100644
--- a/textclassifier/build.gradle
+++ b/textclassifier/build.gradle
@@ -13,7 +13,7 @@ dependencies {
api("androidx.annotation:annotation:1.1.0-rc01")
implementation("androidx.collection:collection:1.0.0")
// TODO: change to 1.1.0-alpha04 after release
- api(project(":core"))
+ api("androidx.core:core:1.1.0-rc01")
androidTestImplementation(ANDROIDX_TEST_EXT_JUNIT)
androidTestImplementation(ANDROIDX_TEST_CORE)