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