aboutsummaryrefslogtreecommitdiff
path: root/searchview/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'searchview/build.gradle')
-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'