Skip to content

Commit bffee48

Browse files
AudricVStypox
authored andcommitted
Update NewPipeExtractor
1 parent 25b1339 commit bffee48

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

a.bisect

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
git bisect start
2+
# status: waiting for both good and bad commits
3+
# good: [eb277fe14b87b35118cea41dc74fb8c2e2ba7b1c] Player/handleIntent: call handleIntentPost unconditionally
4+
git bisect good eb277fe14b87b35118cea41dc74fb8c2e2ba7b1c
5+
# status: waiting for bad commit, 1 good commit known
6+
# bad: [d0f32b3842a37f79b27594d763cacd3d0f404b06] Merge pull request #12996 from whistlingwoods/reapply-local-list-header-fix-by-j-haldane
7+
git bisect bad d0f32b3842a37f79b27594d763cacd3d0f404b06
8+
# bad: [c2f526d5b3137e291d269980f8c289e80ceb10a2] Use context.getString() shorthand instead of context.getResources().getString()
9+
git bisect bad c2f526d5b3137e291d269980f8c289e80ceb10a2
10+
# bad: [c2f526d5b3137e291d269980f8c289e80ceb10a2] Use context.getString() shorthand instead of context.getResources().getString()
11+
git bisect bad c2f526d5b3137e291d269980f8c289e80ceb10a2
12+
# good: [2fadaffb98d7599334e6ffe3080bac45d35472c9] Merge pull request #12765 from TransZAllen/build_error_into_NewPipeExtractor
13+
git bisect good 2fadaffb98d7599334e6ffe3080bac45d35472c9
14+
# good: [2fadaffb98d7599334e6ffe3080bac45d35472c9] Merge pull request #12765 from TransZAllen/build_error_into_NewPipeExtractor
15+
git bisect good 2fadaffb98d7599334e6ffe3080bac45d35472c9
16+
# good: [ffb82dc88c9e530757c98f4645a6b8a16d288d39] Merge pull request #12849 from TeamNewPipe/acraKSP
17+
git bisect good ffb82dc88c9e530757c98f4645a6b8a16d288d39
18+
# good: [ffb82dc88c9e530757c98f4645a6b8a16d288d39] Merge pull request #12849 from TeamNewPipe/acraKSP
19+
git bisect good ffb82dc88c9e530757c98f4645a6b8a16d288d39
20+
# bad: [f3876d1c4a7b2818600e96856ddaa40ad5045b5d] Translated using Weblate (Danish)
21+
git bisect bad f3876d1c4a7b2818600e96856ddaa40ad5045b5d
22+
# good: [40bc8c191e6120c92e91f72527a8ec9343b93cce] Merge pull request #12897 from TeamNewPipe/depUpdate
23+
git bisect good 40bc8c191e6120c92e91f72527a8ec9343b93cce
24+
# good: [40bc8c191e6120c92e91f72527a8ec9343b93cce] Merge pull request #12897 from TeamNewPipe/depUpdate
25+
git bisect good 40bc8c191e6120c92e91f72527a8ec9343b93cce

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
5959
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
6060
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6161
# to cause jitpack to regenerate the artifact.
62-
teamnewpipe-newpipe-extractor = "v0.25.0"
62+
teamnewpipe-newpipe-extractor = "v0.25.1"
6363
viewpager2 = "1.1.0"
6464
webkit = "1.14.0" # Newer versions require minSdk >= 23
6565
work = "2.10.5" # Newer versions require minSdk >= 23

0 commit comments

Comments
 (0)