Home | History | Annotate | Download | only in SupportAnimationDemos
      1 plugins {
      2     id("SupportAndroidTestAppPlugin")
      3 }
      4 
      5 dependencies {
      6     implementation(project(":dynamicanimation"))
      7 }
      8