removing the redundant bintray commons library maven url

This commit is contained in:
tibbi 2019-03-07 10:01:10 +01:00
parent 8887776f17
commit 0c590e477d

View file

@ -22,7 +22,6 @@ allprojects {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/simplelibraries/commons" }
}
}