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:
parent
33094f8c88
commit
049d905d7d
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ allprojects {
|
|||
google()
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://dl.bintray.com/lbryio/io.lbry" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue