This repository was archived by the owner on Jan 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
17
17
resValue " string" , " app_name" , " NewPipe"
18
18
minSdkVersion 19
19
19
targetSdkVersion 29
20
- versionCode 973
21
- versionName " 0.21.7 "
20
+ versionCode 974
21
+ versionName " 0.21.8 "
22
22
23
23
multiDexEnabled true
24
24
@@ -186,7 +186,7 @@ dependencies {
186
186
// name and the commit hash with the commit hash of the (pushed) commit you want to test
187
187
// This works thanks to JitPack: https://jitpack.io/
188
188
implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
189
- implementation ' com.github.TeamNewPipe:NewPipeExtractor:v0.21.6 '
189
+ implementation ' com.github.TeamNewPipe:NewPipeExtractor:v0.21.8 '
190
190
191
191
/* * Checkstyle **/
192
192
checkstyle " com.puppycrawl.tools:checkstyle:${ checkstyleVersion} "
Original file line number Diff line number Diff line change
1
+ Hotfix
2
+ • Fix buffering issues caused by YouTube throttling
3
+ • Fix YouTube comments extraction and crashes with disabled comments
4
+ • Fix YouTube music search
5
+ • Fix PeerTube livestreams
You can’t perform that action at this time.
0 commit comments