aboutsummaryrefslogtreecommitdiff
path: root/sample
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 /sample
parent8725ae5647e15a38281ca6778b33413490dff91b (diff)
downloadkau-80b303819d18c3c34c4071f352134b3048768805.tar.gz
kau-80b303819d18c3c34c4071f352134b3048768805.tar.bz2
kau-80b303819d18c3c34c4071f352134b3048768805.zip
Separate adapter from fastadapter
Diffstat (limited to 'sample')
-rw-r--r--sample/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index aa4bd14..4e34bf9 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -119,7 +119,7 @@ android {
dependencies {
implementation project(':about')
- implementation project(':adapter')
+ implementation project(':fastadapter')
implementation project(':colorpicker')
implementation project(':core')
implementation project(':core-ui')