DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
98e4bce319
commit
ed01237fad
1 changed files with 3 additions and 2 deletions
|
@ -30,8 +30,8 @@ android {
|
|||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
dataBinding {
|
||||
enabled = true
|
||||
buildFeatures{
|
||||
dataBinding = true
|
||||
}
|
||||
flavorDimensions 'market'
|
||||
productFlavors {
|
||||
|
@ -62,6 +62,7 @@ dependencies {
|
|||
implementation "androidx.lifecycle:lifecycle-common-java8:${lifecycle_version}"
|
||||
implementation 'com.google.android.material:material:1.1.0'
|
||||
|
||||
//noinspection GradleDependency - because they messed up their version numbering
|
||||
implementation "commons-codec:commons-codec:1.14"
|
||||
implementation "com.github.aakira:expandable-layout:1.6.0"
|
||||
implementation "com.heinrichreimersoftware:material-intro:2.0.0"
|
||||
|
|
Loading…
Reference in a new issue