Skip to content

Commit 335e682

Browse files
authored
Merge pull request #8880 from TeamNewPipe/release-0.23.3
Hotfix release v0.23.3
2 parents 50f3131 + 5c0ed22 commit 335e682

2 files changed

Lines changed: 6 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 19
1818
targetSdk 29
19-
versionCode 988
20-
versionName "0.23.2"
19+
versionCode 989
20+
versionName "0.23.3"
2121

2222
multiDexEnabled true
2323

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

195195
/** Checkstyle **/
196196
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
@@ -231,7 +231,7 @@ dependencies {
231231
kapt "frankiesardo:icepick-processor:${icepickVersion}"
232232

233233
// HTML parser
234-
implementation "org.jsoup:jsoup:1.14.3"
234+
implementation "org.jsoup:jsoup:1.15.3"
235235

236236
// HTTP client
237237
//noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• [YouTube] Fix videos loading indefinitely
2+
• Upgrade the jsoup library to 1.15.3, which includes a security fix

0 commit comments

Comments
 (0)