mirror of
https://github.com/etesync/android
synced 2025-01-11 00:01:12 +00:00
Fix databinder errors
Apparently you need to explicit enable data binding in build.gradle.
This commit is contained in:
parent
102cc42ee8
commit
d64e6ba33f
@ -122,6 +122,8 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
dataBinding.enabled = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user