Skip to content

Commit ea0b317

Browse files
Fix [YT] HTTP error 403 when starting videos by Updating Extractor
Shrink apk a bit Update prettytime library to 5.0 9
1 parent 0fd2422 commit ea0b317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix')
5858
}
5959
minifyEnabled true
60-
shrinkResources false // disabled to fix F-Droid's reproducible build
60+
shrinkResources true // disable to fix F-Droid's reproducible build
6161
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
6262
archivesBaseName = 'app'
6363
}
@@ -198,7 +198,7 @@ dependencies {
198198
// name and the commit hash with the commit hash of the (pushed) commit you want to test
199199
// This works thanks to JitPack: https://jitpack.io/
200200
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
201-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.0'
201+
implementation 'com.github.XiangRongLin:NewPipeExtractor:adb506676b'
202202
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
203203

204204
/** Checkstyle **/
@@ -282,7 +282,7 @@ dependencies {
282282
implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0"
283283

284284
// Date and time formatting
285-
implementation "org.ocpsoft.prettytime:prettytime:5.0.8.Final"
285+
implementation "org.ocpsoft.prettytime:prettytime:5.0.9.Final"
286286

287287
/** Debugging **/
288288
// Memory leak detection

0 commit comments

Comments
 (0)