Skip to content

Commit

Permalink
Try to fix ios client error by updating extractor
Browse files Browse the repository at this point in the history
Co-Authored-By: ThetaDev <[email protected]>
  • Loading branch information
ShareASmile and Theta-Dev committed Jan 21, 2025
1 parent 19f7ee6 commit 1078616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ android {
resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix')
archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix')
}
applicationIdSuffix ".Revo"
resValue "string", "app_name", "NewPipe " + "Revo"
archivesBaseName = 'app'
minifyEnabled true
shrinkResources true // could be disabled to fix F-Droid's reproducible build
Expand Down Expand Up @@ -171,7 +173,7 @@ dependencies {
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
//implementation 'com.github.ShareASmile.NewPipeExtractor:NewPipeExtractor:v0.22.7.3'
implementation 'com.github.ShareASmile:NewPipeExtractor:c6ffd3764c53b34d38961ed7f9a09d274dd9c5a0'
implementation 'com.github.ShareASmile:NewPipeExtractor:0b889c000c99e1f1ba302e9c4310ed0eea585fd0'

/** Third-party libraries **/
// Instance state boilerplate elimination
Expand Down

0 comments on commit 1078616

Please sign in to comment.