18 lines
303 B
Groovy
Raw Normal View History

2015-05-29 12:27:45 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
2015-05-29 12:27:45 +02:00
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
2015-05-29 12:27:45 +02:00
allprojects {
repositories {
jcenter()
}
}