Skip to content

Commit

Permalink
Update exyractor to fix ios client response not valid error
Browse files Browse the repository at this point in the history
Including some other improvements such as captions fix,
Update prettytime library to 5.0.9

Thanks to Theta-Dev & NewPipe Developers
  • Loading branch information
whistlingwoods authored Jan 21, 2025
1 parent 3c79d11 commit ab467be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ android {
if (System.properties.containsKey('versionCodeOverride')) {
versionCode System.getProperty('versionCodeOverride') as Integer
} else {
versionCode 1001
versionCode 1002
}
versionName "0.27.4"
versionName "0.27.4.1"
if (System.properties.containsKey('versionNameSuffix')) {
versionNameSuffix System.getProperty('versionNameSuffix')
}
Expand Down Expand Up @@ -208,7 +208,7 @@ dependencies {
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
// WORKAROUND: if you get errors with the NewPipeExtractor dependency, replace `v0.24.3` with
// the corresponding commit hash, since JitPack is sometimes buggy
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.3'
implementation 'com.github.whistlingwoods:NewPipeExtractor:06bf3c29932316327236a3a76daaf2685ee6d785'
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'

/** Checkstyle **/
Expand Down Expand Up @@ -293,7 +293,7 @@ dependencies {
implementation "com.jakewharton.rxbinding4:rxbinding:4.0.0"

// Date and time formatting
implementation "org.ocpsoft.prettytime:prettytime:5.0.8.Final"
implementation "org.ocpsoft.prettytime:prettytime:5.0.9.Final"

/** Debugging **/
// Memory leak detection
Expand Down

0 comments on commit ab467be

Please sign in to comment.