Sign in
android
/
platform
/
frameworks
/
support
/
968529ab4303ab0361ea54d0b42cd6afcd34e776
/
.
/
samples
/
SupportTransitionDemos
/
build.gradle
blob: 7ebe6b4899b875a19ff82936b3708b3e4784fd8c [
file
] [
log
] [
blame
]
plugins
{
id
(
"SupportAndroidTestAppPlugin"
)
}
dependencies
{
implementation
(
project
(
":transition"
))
implementation
(
project
(
":appcompat-v7"
))
}
android
{
aaptOptions
{
additionalParameters
"--no-version-transitions"
}
}