Sign in
android
/
platform
/
frameworks
/
support
/
690e320afa9e85bf074dd362ed0ed4e76b00f928
/
.
/
samples
/
SupportCarDemos
/
build.gradle
blob: e6ce3335389012fae3516db7ce32be42b3d61000 [
file
] [
log
] [
blame
]
plugins
{
id
(
"AndroidXPlugin"
)
id
(
"com.android.application"
)
}
dependencies
{
implementation
(
project
(
":car"
))
compileOnly fileTree
(
dir
:
'../../car/core/car-stubs'
,
include
:
[
'android.car.jar'
])
}
android
{
defaultConfig
{
minSdkVersion
24
}
}