Sign in
android
/
platform
/
frameworks
/
data-binding
/
studio-master-dev
/
.
/
integration-tests
/
LibCompileWith3.3
/
library
/
build.gradle
blob: e7374d85aa5b53908ef1e0f7d4ce207272967bde [
file
] [
log
] [
blame
]
apply plugin
:
'com.android.library'
android
{
compileSdkVersion
28
defaultConfig
{
minSdkVersion
14
targetSdkVersion
28
versionCode
1
versionName
"1.0"
}
dataBinding
.
enabled
=
true
}