mirror of https://github.com/readrops/Readrops.git
Enable databinding
This commit is contained in:
parent
dfb65ab548
commit
5737a1bea3
|
@ -20,6 +20,9 @@ android {
|
|||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
}
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue