1
0
mirror of https://github.com/nvllsvm/Audinaut synced 2025-02-19 13:00:49 +01:00
2017-06-10 23:12:29 -04:00

19 lines
271 B
Groovy

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
}
}
allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}