new release

This commit is contained in:
dkanada 2023-03-04 21:12:19 +09:00
commit aef2447d8a
2 changed files with 6 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
minSdkVersion 19
targetSdkVersion 32
versionCode 17
versionName '1.3.4'
versionCode 18
versionName '1.3.5'
multiDexEnabled true
vectorDrawables {

View file

@ -0,0 +1,4 @@
- add custom volume for granular control
- show download indicator on cached songs
- fix favorite song shuffle
- internal exoplayer improvements