AntennaPod/build.gradle

19 lines
436 B
Groovy
Raw Normal View History

// Top-level build file where you can add configuration options common to all sub-projects/modules.
2013-08-07 11:35:51 +02:00
buildscript {
repositories {
jcenter()
2013-08-07 11:35:51 +02:00
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
2014-05-30 21:11:44 +02:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
2013-08-07 11:35:51 +02:00
}
allprojects {
repositories {
jcenter()
2014-07-06 12:37:43 +02:00
}
}