aboutsummaryrefslogtreecommitdiff
path: root/searchview
diff options
context:
space:
mode:
Diffstat (limited to 'searchview')
-rw-r--r--searchview/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchview/build.gradle b/searchview/build.gradle
index 642d11a..39a3662 100644
--- a/searchview/build.gradle
+++ b/searchview/build.gradle
@@ -3,8 +3,8 @@ ext.kauSubModuleResourcePrefix = "kau_search_"
apply from: '../android-lib.gradle'
dependencies {
- compile project(':core-ui')
- compile project(':adapter')
+ implementation project(':core-ui')
+ implementation project(':adapter')
}
apply from: '../artifacts.gradle'