From 4e287449769970c54c3e2af29c77cda40b375f5e Mon Sep 17 00:00:00 2001 From: Antecer Date: Wed, 22 May 2019 19:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8dataBinding=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 89c0b7d53..1c6c7a570 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,6 +9,9 @@ androidExtensions { android { compileSdkVersion 28 + dataBinding { + enabled = true + } defaultConfig { applicationId "io.legado.app" minSdkVersion 21