aboutsummaryrefslogtreecommitdiff
path: root/about
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-17 23:35:08 -0700
committerAllan Wang <me@allanwang.ca>2019-06-17 23:35:08 -0700
commit80b303819d18c3c34c4071f352134b3048768805 (patch)
tree928de20fe68b37b1b80d8b926327d4afbf6f04d2 /about
parent8725ae5647e15a38281ca6778b33413490dff91b (diff)
downloadkau-80b303819d18c3c34c4071f352134b3048768805.tar.gz
kau-80b303819d18c3c34c4071f352134b3048768805.tar.bz2
kau-80b303819d18c3c34c4071f352134b3048768805.zip
Separate adapter from fastadapter
Diffstat (limited to 'about')
-rw-r--r--about/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/about/build.gradle b/about/build.gradle
index 5a2a395..b970530 100644
--- a/about/build.gradle
+++ b/about/build.gradle
@@ -8,7 +8,7 @@ android {
dependencies {
implementation project(':core-ui')
- implementation project(':adapter')
+ implementation project(':fastadapter')
api kau.Dependencies.aboutLibraries
}