blob: 9afd49cf249a39b970812b05318ef35baea5ead3 [file] [log] [blame]
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
// This will be populated by AndroidGradleTestCase
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
println(new org.example.buildsrc.BuildScriptClass())
allprojects {
repositories {
// This will be populated by AndroidGradleTestCase
google()
jcenter()
}
}