Update conductor to latest snapshot (with a minor fix)

This commit is contained in:
inorichi 2018-02-27 19:06:34 +01:00
parent e3ab90042d
commit 5a3e30b30a
3 changed files with 5 additions and 187 deletions

View file

@ -20,5 +20,6 @@ allprojects {
jcenter()
google()
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
}