1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-05-25 23:02:11 +00:00

Merge branch 'master' into dev

This commit is contained in:
tobigr
2026-05-23 20:18:19 +02:00
3 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ const val NEWPIPE_VERSION_SDK_COMPILE_MINOR = 1
const val NEWPIPE_VERSION_SDK_MIN = 23
const val NEWPIPE_VERSION_SDK_TARGET = 35
const val NEWPIPE_VERSION_CODE = 1011
const val NEWPIPE_VERSION_NAME = "0.28.6"
const val NEWPIPE_VERSION_CODE = 1012
const val NEWPIPE_VERSION_NAME = "0.28.7"
const val NEWPIPE_APPLICATION_ID_OLD = "org.schabi.newpipe"
const val NEWPIPE_APPLICATION_ID_NEW = "net.newpipe.app"
@@ -0,0 +1,9 @@
This is a small hotfix update to make YouTube usable again. It is necessary, because there were changes by YouTube.
NewPipe is now able to extract items in channel tabs again thanks to @AudricV and @Ecomont effort.
Further changes
- [YouTube] Fixed duration and live stream display in related videos
- [SoundCloud] Fixed comments crash by handling null page URLs
- dependency updates
NewPipe will drop Android 5 support in the next release.
+1 -1
View File
@@ -70,7 +70,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
# If theres already a git hash, just add more of it to the end (or remove a letter)
# to cause jitpack to regenerate the artifact.
teamnewpipe-newpipe-extractor = "b33c151ea844068bf663ed766c81356f57bbc173"
teamnewpipe-newpipe-extractor = "v0.26.2"
viewpager2 = "1.1.0"
webkit = "1.15.0"
work = "2.11.2"