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 | |
} | |
} |