Skip to content

Commit 208dde6

Browse files
committed
Merge branch 'master' into dev
2 parents a50b9bd + 4227866 commit 208dde6

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
resValue "string", "app_name", "NewPipe"
1717
minSdk 21
1818
targetSdk 29
19-
versionCode 988
20-
versionName "0.23.2"
19+
versionCode 989
20+
versionName "0.23.3"
2121

2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323

@@ -187,7 +187,7 @@ dependencies {
187187
// name and the commit hash with the commit hash of the (pushed) commit you want to test
188188
// This works thanks to JitPack: https://jitpack.io/
189189
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
190-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:76aad92fa54524f20c3338ab568c9cd6b50c9d33'
190+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:6a858368c86bc9a55abee586eb6c733e86c26b97'
191191
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
192192

193193
/** Checkstyle **/
@@ -227,7 +227,7 @@ dependencies {
227227
kapt "frankiesardo:icepick-processor:${icepickVersion}"
228228

229229
// HTML parser
230-
implementation "org.jsoup:jsoup:1.15.2"
230+
implementation "org.jsoup:jsoup:1.15.3"
231231

232232
// HTTP client
233233
implementation "com.squareup.okhttp3:okhttp:4.10.0"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• [YouTube] Fix infinite loading when trying to play any video
2+
• [YouTube] Fix throttling on some videos
3+
• Upgrade the jsoup library to 1.15.3, which includes a security fix

0 commit comments

Comments
 (0)