new release

This commit is contained in:
dkanada 2020-09-28 14:09:02 +09:00
commit 023b4a1184
2 changed files with 9 additions and 2 deletions

View file

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

View file

@ -0,0 +1,7 @@
- always color the navigation bar when possible
- use blurhash for most image views
- improve performance in artist details activity
- fix media progress bar on newer phones
- finish migration to view binding
- fix several issues with broken preferences
- bump glide version and fix fade transitions