Adapt to AGP 4.0
This commit is contained in:
parent
5675a1ae7d
commit
4c4338cc02
@ -39,8 +39,13 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
dataBinding {
|
||||
enabled = true
|
||||
buildFeatures {
|
||||
dataBinding = true
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user