new release

This commit is contained in:
dkanada 2021-02-20 12:36:42 +09:00
commit 587daca499
2 changed files with 10 additions and 2 deletions

View file

@ -8,8 +8,8 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode 8
versionName '1.2.0'
versionCode 9
versionName '1.2.1'
multiDexEnabled true
vectorDrawables {

View file

@ -0,0 +1,8 @@
- move glide cache to the proper location
- fix issue with lock screen cover display
- change default sort method to random
- replace queue store with room database
- huge improvements for login activity style
- add crash activity to display errors
- refactor ExoPlayer wrapper
- implement favorites tab on home activity