new release

This commit is contained in:
dkanada 2022-05-31 11:19:02 +09:00
commit 4c17c5ecd5
2 changed files with 13 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode 15
versionName '1.3.2'
versionCode 16
versionName '1.3.3'
multiDexEnabled true
vectorDrawables {

View file

@ -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