😴 Minor improvements

This commit is contained in:
2018-06-13 19:48:00 +02:00
parent 76317a2488
commit 8b89d81970
3 changed files with 7 additions and 6 deletions

View File

@@ -19,10 +19,10 @@ allprojects {
apply plugin: 'com.github.ben-manes.versions'
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url "https://jitpack.io" }
google()
}
}