Use MavenCentral instead of dead bintray

This commit is contained in:
Alibek Omarov #SupportRMS 2021-06-14 21:12:52 +03:00 committed by GitHub
parent 420a28b224
commit 488e003bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

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