Merge branch 'master' into update-kotlin-coroutines-gradle

This commit is contained in:
arkon 2019-12-23 09:49:53 -05:00 committed by GitHub
commit a0fb1eff4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 3006 additions and 1039 deletions

View file

@ -19,7 +19,7 @@ buildscript {
allprojects {
repositories {
google()
maven { url "https://jitpack.io" }
maven { url "https://www.jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
}