TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.7k stars 3.08k forks source link

build.gradle: fix NewPipeExtractor hash #11724

Closed Profpatsch closed 1 day ago

Profpatsch commented 2 days ago

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?

Description of the changes in your PR

Before/After Screenshots/Screen Record

Fixes the following issue(s)

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

sonarcloud[bot] commented 2 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Profpatsch commented 1 day ago

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.