Skip to content

Commit

Permalink
bump zing version to 0.19.9.8
Browse files Browse the repository at this point in the history
fixes [YouTube] "ios client not valid" error
  • Loading branch information
ShareASmile committed Jan 21, 2025
1 parent 0a73f54 commit a3370f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix')
archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix')
}
applicationIdSuffix "core"
resValue "string", "app_name", "NewPipe " + "core"
applicationIdSuffix "Zing"
resValue "string", "app_name", "NewPipe " + "Zing"
archivesBaseName = 'app'
minifyEnabled true
shrinkResources true // could be disabled to fix F-Droid's reproducible build
Expand Down

0 comments on commit a3370f3

Please sign in to comment.