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