Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2017-09-17 11:46:58 +02:00
parent f2757fdb76
commit 82673d3f82
5 changed files with 17 additions and 13 deletions

View File

@@ -12,6 +12,9 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}