1 plugins {
2 id("SupportAndroidTestAppPlugin")
3 }
4
5 dependencies {
6 implementation(project(":transition"))
7 implementation(project(":appcompat"))
8 }
9
10 android {
11 aaptOptions {
12 additionalParameters "--no-version-transitions"
13 }
14 }
15
16