Skip to content

Commit bf047f1

Browse files
Profpatschwhistlingwoods
authored andcommitted
build.gradle: Improve jitpack workaround doc & fix hash
1 parent 6e1a58d commit bf047f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ dependencies {
210210
// the corresponding commit hash, since JitPack sometimes deletes artifacts.
211211
// If there’s already a git hash, just add more of it to the end (or remove a letter)
212212
// to cause jitpack to regenerate the artifact.
213-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:9f83b385a'
213+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:0b99100dbddeca2f'
214214
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
215215

216216
/** Checkstyle **/
@@ -296,7 +296,7 @@ dependencies {
296296
implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0"
297297

298298
// Date and time formatting
299-
implementation "org.ocpsoft.prettytime:prettytime:5.0.8.Final"
299+
implementation "org.ocpsoft.prettytime:prettytime:5.0.9.Final"
300300

301301
/** Debugging **/
302302
// Memory leak detection

0 commit comments

Comments
 (0)