Bintray repository is no longer needed #949

Merged
kekkyojin merged 1 commit from patch-1 into master 2020-06-30 16:30:19 +02:00
kekkyojin commented 2020-06-26 21:09:58 +02:00 (Migrated from github.com)

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, Android Studio directly builds the app after removing it.

PR Checklist

Please check all that apply to this PR using "x":

  • I have checked that this PR is not a duplicate of an existing PR (open, closed or merged)
  • I have checked that this PR does not introduce a breaking change
  • This PR introduces breaking changes and I have provided a detailed explanation below

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes)
  • Documentation changes
  • Other - Please describe: Trivial removal of not required step

Fixes

Issue Number:

What is the current behavior?

Use certain library repository

What is the new behavior?

Don't use it as the required one is already integrated into the toolchain.

Other information

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, Android Studio directly builds the app after removing it. ## PR Checklist <!-- For the checkbox formatting to work properly, make sure there are no spaces on either side of the "x" --> Please check all that apply to this PR using "x": - [x] I have checked that this PR is not a duplicate of an existing PR (open, closed or merged) - [x] I have checked that this PR does not introduce a breaking change - [ ] This PR introduces breaking changes and I have provided a detailed explanation below ## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting) - [ ] Refactoring (no functional changes) - [ ] Documentation changes - [x] Other - Please describe: Trivial removal of not required step ## Fixes Issue Number: ## What is the current behavior? Use certain library repository ## What is the new behavior? Don't use it as the required one is already integrated into the toolchain. ## Other information <!-- If this PR contains a breaking change, please describe the impact and solution strategy for existing applications below. -->
akinwale (Migrated from github.com) approved these changes 2020-06-30 16:30:08 +02:00
akinwale (Migrated from github.com) left a comment

Looks good. Thanks!

Looks good. Thanks!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#949
No description provided.