Skip to content

Commit

Permalink
BraveNewPipe Release 0.27.2-2.3.0
Browse files Browse the repository at this point in the history
- Integrated updater feature. BraveNewPipe will download a new version and act as an installer
  source (you have to allow that). To enable that feature go to:
  `Settings -> 'BraveNewPipe Settings' -> 'Update Behaviour'`

- There are no other changes.
  • Loading branch information
evermind-zz committed Aug 2, 2024
1 parent 0f22cb3 commit 89dd74a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Feel free to suggest which alternative platforms should be included. Any contrib
- searchfilters: in the action menu of the search page you can now change
the search behavior for the actual search. The supported content/sort
filters depend on the service. More information [PR TeamNewPipe#8837](https://github.com/TeamNewPipe/NewPipe/pull/8837)
- Integrated updater feature. BraveNewPipe will download a new version and act as an installer
source (you have to allow that). To enable that feature go to:
`Settings -> 'BraveNewPipe Settings' -> 'Update Behaviour'`

## Reporting bugs
Most problems with BraveNewPipe should be reported to the NewPipeExtractor
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ android {
// the amount of trailing zeros depends on the amount of digits the
// defaultConfig.versionCode has -> we just prepend our increasing
// versionCode before those zeros.
def braveVersionCode = 33000
def braveVersionCode = 34000
// -> our versionName will be added as suffix to defaultConfig.versionName
// We use major.minor.patch
def braveVersionName = "2.2.1"
def braveVersionName = "2.3.0"

sponsorblock { // only for strings of sponsorblock stuff
dimension 'default'
Expand Down

0 comments on commit 89dd74a

Please sign in to comment.