new release
This commit is contained in:
parent
e06b5bc94e
commit
e089724f5f
2 changed files with 10 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
8
metadata/en-US/changelogs/6.txt
Normal file
8
metadata/en-US/changelogs/6.txt
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue