Commit 4c4338cc authored by topjohnwu's avatar topjohnwu

Adapt to AGP 4.0

parent 5675a1ae
...@@ -39,8 +39,13 @@ android { ...@@ -39,8 +39,13 @@ android {
} }
} }
dataBinding { buildFeatures {
enabled = true dataBinding = true
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
} }
packagingOptions { packagingOptions {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment