From 3979d96937e945201359c48c6d992447ef7ef79c Mon Sep 17 00:00:00 2001 From: Dustin Lam Date: Mon, 8 Apr 2019 10:40:19 -0700 Subject: Rename TEST_* to ANDROIDX_TEST_* Renaming unclear naming prefix in our test deps to show that certain deps are only useful in Android instrumented tests. Also, clean up a bunch of unused test deps that were probably copied in due to the confusing naming. Test: ./gradlew test && ./gradlew cC Change-Id: I4b9e3e73c2c115d3c8359871e481e5e8fef8a544 --- palette/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'palette/build.gradle') diff --git a/palette/build.gradle b/palette/build.gradle index c753be18d5b..5f7cc1f9dce 100644 --- a/palette/build.gradle +++ b/palette/build.gradle @@ -19,9 +19,9 @@ dependencies { annotationProcessor(NULLAWAY) - androidTestImplementation(TEST_EXT_JUNIT) - androidTestImplementation(TEST_CORE) - androidTestImplementation(TEST_RUNNER) + androidTestImplementation(ANDROIDX_TEST_EXT_JUNIT) + androidTestImplementation(ANDROIDX_TEST_CORE) + androidTestImplementation(ANDROIDX_TEST_RUNNER) } androidx { -- cgit v1.2.3