Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android
/
testData
/
projects
/
migrateToAppCompat
/
build.gradle
blob: 674a8b5055761b0dbfaad974473f7900dfc5dad2 [
file
] [
log
] [
blame
]
buildscript
{
repositories
{
// This will be populated by AndroidGradleTestCase
}
dependencies
{
classpath
'com.android.tools.build:gradle:+'
}
}
allprojects
{
repositories
{
// This will be populated by AndroidGradleTestCase
}
}