Bintray repository is no longer needed

LBRY SDK is now hosted on JCenter, which is already available out-of-the-box on Android Studio. The Bintray url is no longer reguired. When building LBRY on F-Droid, I have to remove this line on the build YAML script and it is building correctly.

On my local machine, it builds after commenting it.
This commit is contained in:
Javi Rueda 2020-06-26 21:06:12 +02:00 committed by GitHub
parent 33094f8c88
commit 049d905d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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