aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-12 11:58:12 -0700
committerAllan Wang <me@allanwang.ca>2017-08-12 11:58:12 -0700
commit9619bfc8d5412c392023790dc9a1435df9aba129 (patch)
treeacd70d877d951624f542fa22c233dc22b908fef2 /app
parent29e54d74a8fdd943a0d85c3645538fdd62769e36 (diff)
downloadfrost-9619bfc8d5412c392023790dc9a1435df9aba129.tar.gz
frost-9619bfc8d5412c392023790dc9a1435df9aba129.tar.bz2
frost-9619bfc8d5412c392023790dc9a1435df9aba129.zip
Update dependency
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 704e5285..920b9fd1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -138,6 +138,8 @@ dependencies {
//noinspection GradleDependency
implementation "ca.allanwang.kau:searchview:$KAU"
//noinspection GradleDependency
+ implementation "ca.allanwang.kau:core:$KAU"
+ //noinspection GradleDependency
implementation "ca.allanwang.kau:core-ui:$KAU"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}"