From c253ae07a96ba91fa4801039358a2bef52881c53 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 19 Oct 2019 23:17:04 -0700 Subject: Update plugin version --- sample/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sample') 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() -- cgit v1.2.3