diff options
Diffstat (limited to 'sample/build.gradle')
-rw-r--r-- | sample/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle index abbfac3..b3dd20b 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -54,7 +54,7 @@ dependencies { compile project(':core') compile project(':core-ui') compile project(':kpref-activity') - compile project(':searchbar') + compile project(':searchview') compile project(':imagepicker') androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' |