1
0
mirror of https://github.com/nvllsvm/Audinaut synced 2025-02-16 11:31:21 +01:00
2018-02-27 18:05:52 -05:00

21 lines
339 B
Groovy

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