Skip to content

Commit

Permalink
version 0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
segler-alex committed Dec 28, 2020
1 parent c11a522 commit 2901932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Testing framework
- Stop button to MPD
- Very basic android TV support
- LastFM Api key changeable by user in settings menu

### Fixed
- Recording in android 10
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
minSdkVersion 16
targetSdkVersion 29

versionCode 93
versionName "0.83"
versionCode 94
versionName "0.84"

multiDexEnabled true
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 2901932

Please sign in to comment.