music-cyclon/build.gradle

18 lines
319 B
Groovy
Raw Normal View History

2015-08-19 17:48:05 +02:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
2018-05-24 18:56:23 +02:00
google()
2015-08-19 17:48:05 +02:00
}
dependencies {
2018-05-24 18:56:23 +02:00
classpath 'com.android.tools.build:gradle:3.1.2'
2015-08-19 17:48:05 +02:00
}
}
allprojects {
repositories {
jcenter()
}
}