aboutsummaryrefslogtreecommitdiff
path: root/percent/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'percent/build.gradle')
-rw-r--r--percent/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/percent/build.gradle b/percent/build.gradle
index 8ccff335be4..61bf71b85a8 100644
--- a/percent/build.gradle
+++ b/percent/build.gradle
@@ -9,7 +9,7 @@ plugins {
}
dependencies {
- api(project(":core"))
+ api("androidx.core:core:1.1.0-rc01")
androidTestImplementation(ANDROIDX_TEST_EXT_JUNIT)
androidTestImplementation(ANDROIDX_TEST_CORE)