new release

This commit is contained in:
dkanada 2020-09-09 13:53:27 +09:00
commit e089724f5f
2 changed files with 10 additions and 2 deletions

View file

@ -7,8 +7,8 @@ android {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 5 versionCode 6
versionName '1.1.0' versionName '1.1.1'
multiDexEnabled true multiDexEnabled true
vectorDrawables { vectorDrawables {

View file

@ -0,0 +1,8 @@
- add logout confirmation dialog
- migrate most of the source to view binding
- update build dependencies
- fix crash on app resume due to null values
- implement sort order for albums and songs
- update widget names
- add track information to song details dialog
- open existing instance from notification