Skip to content

Commit

Permalink
version 0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
segler-alex committed Mar 7, 2020
1 parent 27a0dd3 commit e19de92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.82] - 2020-03-07
### Fixed
- Audio focus on pause
- Sudden stop of playback after it beeing resumed after connection loss

### Changed
- Swap station name and track name in full screen player

## [0.81] - 2020-03-03
### Added
- Export history to m3u
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
minSdkVersion 15
targetSdkVersion 28

versionCode 91
versionName "0.81"
versionCode 92
versionName "0.82"

multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit e19de92

Please sign in to comment.