blob: 2e272cc4fcfaaa5f8af5f41b5aa891f9fe808068 [file] [log] [blame]
buildscript {
repositories {
// This will be populated by AndroidGradleTestCase
}
}
plugins {
id 'com.android.application' version '9.0.0' apply false
id 'com.android.library' version '9.0.0' apply false
}
allprojects {
repositories {
// This will be populated by AndroidGradleTestCase
}
}