Merge pull request #14 from gedoor/antecer

启用dataBinding模式
pull/15/head
Antecer 6 years ago committed by GitHub
commit 2678312109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/build.gradle

@ -9,6 +9,9 @@ androidExtensions {
android {
compileSdkVersion 28
dataBinding {
enabled = true
}
defaultConfig {
applicationId "io.legado.app"
minSdkVersion 21

Loading…
Cancel
Save