File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
57
57
archivesBaseName = ' NewPipe_' + System . getProperty(' packageSuffix' )
58
58
}
59
59
minifyEnabled true
60
- shrinkResources false // disabled to fix F-Droid's reproducible build
60
+ shrinkResources true // disable to fix F-Droid's reproducible build
61
61
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
62
62
archivesBaseName = ' app'
63
63
}
@@ -198,7 +198,7 @@ dependencies {
198
198
// name and the commit hash with the commit hash of the (pushed) commit you want to test
199
199
// This works thanks to JitPack: https://jitpack.io/
200
200
implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
201
- implementation ' com.github.TeamNewPipe :NewPipeExtractor:v0.24.0 '
201
+ implementation ' com.github.XiangRongLin :NewPipeExtractor:adb506676b '
202
202
implementation ' com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
203
203
204
204
/* * Checkstyle **/
@@ -282,7 +282,7 @@ dependencies {
282
282
implementation " com.jakewharton.rxbinding4:rxbinding:4.0.0"
283
283
284
284
// Date and time formatting
285
- implementation " org.ocpsoft.prettytime:prettytime:5.0.8 .Final"
285
+ implementation " org.ocpsoft.prettytime:prettytime:5.0.9 .Final"
286
286
287
287
/* * Debugging **/
288
288
// Memory leak detection
You can’t perform that action at this time.
0 commit comments