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