new release

This commit is contained in:
dkanada 2021-04-27 13:18:10 +09:00
commit 38fd629dac
2 changed files with 7 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode 10
versionName '1.2.2'
versionCode 11
versionName '1.2.3'
multiDexEnabled true
vectorDrawables {

View file

@ -0,0 +1,5 @@
- fix crash on resume with asynchronous authentication
- improve initial user experience with permission dialogs
- fix duplicate artist entries in search activity
- improve widget layouts and fix crash when opening from widgets
- use login credentials exactly as provided