Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.gradle: fix NewPipeExtractor hash #11724

Closed
wants to merge 1 commit into from

Conversation

Profpatsch
Copy link
Contributor

@Profpatsch Profpatsch commented Nov 20, 2024

If we use the whole hash, jitpack returns a 404 for some reason (maybe because the URL gets too long).

This should fix that.

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

  • record videos
  • create clones
  • take over the world

Before/After Screenshots/Screen Record

  • Before:
  • After:

Fixes the following issue(s)

  • Fixes #

Relies on the following changes

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.

Due diligence

@github-actions github-actions bot added the size/small PRs with less than 50 changed lines label Nov 20, 2024
Copy link

sonarcloud bot commented Nov 20, 2024

@ShareASmile ShareASmile added bug Issue is related to a bug meta Related to the project but not strictly to code labels Nov 20, 2024
If we use the whole hash, jitpack returns a 404 for some reason (maybe
because the URL gets too long).

This should fix that.
@Profpatsch Profpatsch force-pushed the fix-build-gradle-NewPipeExtractor-hash branch from 04a056e to 4e3ce92 Compare November 21, 2024 10:51
@Profpatsch
Copy link
Contributor Author

Okay, I think I understand it better now; jitpack generates the first time, which causes the build requests to time out; if one retries after a few minutes, it should work.

@Profpatsch Profpatsch closed this Nov 21, 2024
@opusforlife2 opusforlife2 deleted the fix-build-gradle-NewPipeExtractor-hash branch November 22, 2024 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug meta Related to the project but not strictly to code size/small PRs with less than 50 changed lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants