Home | History | Annotate | Download | only in Support4Demos
      1 plugins {
      2     id("SupportAndroidTestAppPlugin")
      3 }
      4 
      5 dependencies {
      6     implementation(project(":legacy-support-v4"))
      7 }
      8