aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-12-07 18:19:51 -0800
committerGitHub <noreply@github.com>2019-12-07 18:19:51 -0800
commit0db38bce21d883dfb94f51b9dc2ab440a9782c52 (patch)
treeb6dcbd597d387b07c0ec10eea6d9332580f7c6b7 /sample/build.gradle
parent09c6e4d1defb46616c57accbf505d0c237fea3d6 (diff)
parentcbdb7b55c894da4655644c4d3db2def2b89cd989 (diff)
downloadkau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.tar.gz
kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.tar.bz2
kau-0db38bce21d883dfb94f51b9dc2ab440a9782c52.zip
Merge pull request #235 from AllanWang/viewbinding
ViewBinding
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index ab98695..47baed2 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -28,6 +28,9 @@ android {
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
+ viewBinding {
+ enabled = true
+ }
def releaseSigning = file("../files/kau.properties")
def hasSigning = releaseSigning.exists()
@@ -121,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')