diff --git a/buildSrc/src/main/kotlin/ProjectConfig.kt b/buildSrc/src/main/kotlin/ProjectConfig.kt index 30a004c81..e07208970 100644 --- a/buildSrc/src/main/kotlin/ProjectConfig.kt +++ b/buildSrc/src/main/kotlin/ProjectConfig.kt @@ -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" diff --git a/fastlane/metadata/android/en-US/changelogs/1012.txt b/fastlane/metadata/android/en-US/changelogs/1012.txt new file mode 100644 index 000000000..090dc0772 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1012.txt @@ -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. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a0ca594fb..012fd865e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -70,7 +70,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996" # the corresponding commit hash, since JitPack sometimes deletes artifacts. # If there’s 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"