From e6ec9c5dd677be298430cb2b694f047c67b03239 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 9 Jul 2017 11:28:59 -0700 Subject: KAU 2.0 (#1) - Update docs and finish up refractoring * Update readme * Add docs for remaining submodules * Update searchview * Update links 1/3 * Update links 2/3 * Update links 3/3 * update changelog * Update readme * Test rename to readme * Rename remaining to readme * Link readme to repo --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/build.gradle') 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' -- cgit v1.2.3