blob: df4616b3897bb9f9dd934a056084cdfc589fb5fe [file] [log] [blame]
// BEGIN_EXCLUDE
import com.example.android.samples.build.SampleGenPlugin
apply plugin: SampleGenPlugin
samplegen {
pathToBuild "../../../../../build"
pathToSamplesCommon "../../../common"
}
apply from: "../../../../../build/build.gradle"
// END_EXCLUDE
buildscript {
repositories {
google()
}
}