Use MavenCentral instead of dead bintray

main
Alibek Omarov #SupportRMS 3 years ago committed by GitHub
parent 420a28b224
commit 488e003bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      build.gradle

@ -14,9 +14,7 @@ allprojects {
repositories {
google()
jcenter()
maven {
url "http://dl.bintray.com/piasy/maven"
}
mavenCentral()
maven {
url "https://jitpack.io"
}

Loading…
Cancel
Save