diff --git a/app/build.gradle b/app/build.gradle index 7a3ab366..fd23a6a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { minSdkVersion 19 targetSdkVersion 28 - versionCode 5 - versionName '1.1.0' + versionCode 6 + versionName '1.1.1' multiDexEnabled true vectorDrawables { diff --git a/metadata/en-US/changelogs/6.txt b/metadata/en-US/changelogs/6.txt new file mode 100644 index 00000000..d78d174c --- /dev/null +++ b/metadata/en-US/changelogs/6.txt @@ -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