1plugins {
2    id("SupportAndroidTestAppPlugin")
3}
4
5dependencies {
6    implementation(project(":legacy-support-v4"))
7}
8