aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/build.gradle2
-rw-r--r--sample/src/main/res/xml/changelog.xml4
2 files changed, 4 insertions, 2 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'
diff --git a/sample/src/main/res/xml/changelog.xml b/sample/src/main/res/xml/changelog.xml
index ca55a60..f460ac1 100644
--- a/sample/src/main/res/xml/changelog.xml
+++ b/sample/src/main/res/xml/changelog.xml
@@ -6,7 +6,9 @@
<item text="" />
-->
- <version title="v1.6"/>
+ <version title="v2.0"/>
+ <item text="Huge refactoring to separate functions to their own submodules" />
+ <item text="Huge Docs update" />
<item text="Reorder KauIItem arguments to support optional id" />
<item text="Create KPrefSeekbar, which binds an int kpref to a seekbar" />
<item text="Open all kpref item binders so they may be extended" />