This repository was archived by the owner on Jan 21, 2024. It is now read-only.
File tree 2 files changed +7
-4
lines changed
fastlane/metadata/android/en-US/changelogs 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
16
16
resValue " string" , " app_name" , " NewPipe SponsorBlock"
17
17
minSdk 19
18
18
targetSdk 29
19
- versionCode 988
20
- versionName " 0.23.2 "
19
+ versionCode 989
20
+ versionName " 0.23.3 "
21
21
22
22
multiDexEnabled true
23
23
@@ -190,7 +190,7 @@ dependencies {
190
190
// name and the commit hash with the commit hash of the (pushed) commit you want to test
191
191
// This works thanks to JitPack: https://jitpack.io/
192
192
implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
193
- implementation ' com.github.TeamNewPipe:NewPipeExtractor:76aad92fa54524f20c3338ab568c9cd6b50c9d33 '
193
+ implementation ' com.github.TeamNewPipe:NewPipeExtractor:6a858368c86bc9a55abee586eb6c733e86c26b97 '
194
194
195
195
/* * Checkstyle **/
196
196
checkstyle " com.puppycrawl.tools:checkstyle:${ checkstyleVersion} "
@@ -231,7 +231,7 @@ dependencies {
231
231
kapt " frankiesardo:icepick-processor:${ icepickVersion} "
232
232
233
233
// HTML parser
234
- implementation " org.jsoup:jsoup:1.14 .3"
234
+ implementation " org.jsoup:jsoup:1.15 .3"
235
235
236
236
// HTTP client
237
237
// noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments