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