aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-10-20 02:15:24 -0700
committerAllan Wang <me@allanwang.ca>2019-10-20 02:15:24 -0700
commit955643f7c42603153ff69b4e4bb6a5ed7c9de96b (patch)
tree296cfcfe95d3df1c8fa1d8ef022772d73cdf566f /sample/build.gradle
parent302d3351e9866b71b1e525c0e5ba883fe022ba5c (diff)
downloadkau-955643f7c42603153ff69b4e4bb6a5ed7c9de96b.tar.gz
kau-955643f7c42603153ff69b4e4bb6a5ed7c9de96b.tar.bz2
kau-955643f7c42603153ff69b4e4bb6a5ed7c9de96b.zip
Use view binding for sample checkbox and fix pref header
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index b710998..47baed2 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -124,6 +124,7 @@ android {
dependencies {
implementation project(':about')
implementation project(':fastadapter')
+ implementation project(':fastadapter-viewbinding')
implementation project(':colorpicker')
implementation project(':core')
implementation project(':core-ui')