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