diff options
author | Allan Wang <me@allanwang.ca> | 2019-10-19 23:17:04 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-10-19 23:17:04 -0700 |
commit | c253ae07a96ba91fa4801039358a2bef52881c53 (patch) | |
tree | f2deac85a5fd5e27851f256dce08c11eac4fe15f /sample | |
parent | 5dc6b2151f3177d01b2afe8f2e0479379f9970ff (diff) | |
download | kau-c253ae07a96ba91fa4801039358a2bef52881c53.tar.gz kau-c253ae07a96ba91fa4801039358a2bef52881c53.tar.bz2 kau-c253ae07a96ba91fa4801039358a2bef52881c53.zip |
Update plugin version
Diffstat (limited to 'sample')
-rw-r--r-- | sample/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/build.gradle b/sample/build.gradle index ab98695..b710998 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() |