1
0
mirror of https://github.com/etesync/android synced 2025-01-08 23:01:09 +00:00

gradle: fix deprecation warning.

This commit is contained in:
Tom Hacohen 2020-10-19 18:07:59 +03:00
parent 05b41c7f7d
commit d17b5fb5d4

View File

@ -133,7 +133,9 @@ android {
jvmTarget = "1.8"
}
dataBinding.enabled = true
buildFeatures {
dataBinding = true
}
}
dependencies {