robot36/build.gradle

20 wiersze
436 B
Groovy
Czysty Zwykły widok Historia

2014-11-23 14:49:23 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
2015-05-20 08:08:48 +00:00
classpath 'com.android.tools.build:gradle:1.2.3'
2014-11-23 14:49:23 +00:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}