blob: d5c2a069c2b0fd17d947b096addc070c64e41539 [file] [log] [blame]
subprojects { project ->
project.repositories {
maven {
println "file://${rootProject.rootDir.absolutePath}/../../../prebuilts/maven_repo"
url "file://"
}
maven { url "file://${rootProject.rootDir.absolutePath}/../../../prebuilts/gradle-plugin" }
maven { url "file://${rootProject.rootDir.absolutePath}/../../../prebuilts/tools/common/m2/repository" }
maven { url "file://${rootProject.rootDir.absolutePath}/../../../prebuilts/tools/common/m2/internal" }
maven { url "file://${rootProject.rootDir.absolutePath}/../../../prebuilts/maven_repo/android" }
}
}
ext.localMavenRepo = "file://${new File(project.rootProject.rootDir, "maven-repo").absolutePath}"
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
}
}