fix crash caused by buildscript
This commit is contained in:
parent
4f5e6a8c42
commit
8dee40de14
|
@ -151,7 +151,9 @@ android {
|
||||||
useLibrary("org.apache.http.legacy")
|
useLibrary("org.apache.http.legacy")
|
||||||
|
|
||||||
//Deleting it causes a binding error
|
//Deleting it causes a binding error
|
||||||
dataBinding { enable }
|
buildFeatures {
|
||||||
|
dataBinding = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
Loading…
Reference in a new issue