Depend on 0.16.1 binaries from custom JCenter repo

Only needed until the artifacts propagate to Maven Central.
This commit is contained in:
Martin Konicek
2015-12-04 16:24:23 +00:00
parent b9a4b117ce
commit 8a9b534a69
@@ -16,5 +16,8 @@ allprojects {
repositories {
mavenLocal()
jcenter()
jcenter {
url "http://dl.bintray.com/mkonicek/maven"
}
}
}