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

18 lines
278 B
Groovy
Raw Normal View History

2016-12-18 12:41:30 -05:00
buildscript {
2017-06-10 23:12:29 -04:00
repositories {
jcenter()
2018-04-23 20:54:13 -04:00
google()
2017-06-10 23:12:29 -04:00
}
dependencies {
2020-03-13 11:30:59 -04:00
classpath 'com.android.tools.build:gradle:3.6.0'
2017-06-10 23:12:29 -04:00
}
2016-12-18 12:41:30 -05:00
}
allprojects {
2017-06-10 23:12:29 -04:00
repositories {
jcenter()
2018-04-23 20:54:13 -04:00
google()
maven { url 'https://jitpack.io' }
2017-06-10 23:12:29 -04:00
}
2016-12-18 12:41:30 -05:00
}