Skip to content

Commit

Permalink
fix: the best audio track should always be selected when downloading …
Browse files Browse the repository at this point in the history
…video (YouTube)

Co-Authored-By: InfinityLoop1308 <96324692+infinityloop1308@users.noreply.github.com>
  • Loading branch information
ShareASmile and InfinityLoop1308 committed Nov 11, 2024
1 parent 78d32cb commit 6e2c343
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ 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 @@ -172,7 +170,8 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// 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:NewPipeExtractor:v0.22.7.3'
implementation 'com.github.ShareASmile:NewPipeExtractor:c6ffd3764c53b34d38961ed7f9a09d274dd9c5a0'

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

0 comments on commit 6e2c343

Please sign in to comment.