Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada committed May 31, 2022
1 parent ba2f3c1 commit 4c17c5e
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -8,8 +8,8 @@ android {
minSdkVersion 19
targetSdkVersion 30

versionCode 15
versionName '1.3.2'
versionCode 16
versionName '1.3.3'

multiDexEnabled true
vectorDrawables {
Expand Down
11 changes: 11 additions & 0 deletions metadata/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- improve audio focus support from notifications
- remove deprecated theme helper library
- theme improvements for cab menu
- migrate some dependencies to kotlin
- fix playback screen crash with certain phones
- resolve download issues from illegal characters
- use artist for song information
- fix missing artist image on certain pages
- improve chinese translations
- resolve album art issues within notifications
- many improvements to music playback service

0 comments on commit 4c17c5e

Please sign in to comment.