Skip to content

Commit

Permalink
Bump version to dev version 0.84.900-morckx
Browse files Browse the repository at this point in the history
  • Loading branch information
morckx committed Oct 16, 2022
1 parent a471d33 commit a37ae9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## Development snapshot [0.84.900-morckx] - 2022-10-16
### Added
- Android Auto support
- (you need to allow *Unknown Sources* in the Android Auto development settings as described [here](https://developer.android.com/training/cars/testing#step1))
- Option to call battery optimization settings

### Updated
- All dependencies and build tools

## [0.84] - 2020-12-28
### Added
- Refreshable favorites and history lists
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {
minSdkVersion 16
targetSdkVersion 33

versionCode 94
versionName "0.84"
versionCode 95
versionName "0.84.900-morckx"

multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit a37ae9a

Please sign in to comment.