new release
This commit is contained in:
parent
50acdf0d97
commit
587daca499
2 changed files with 10 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ android {
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
|
|
||||||
versionCode 8
|
versionCode 9
|
||||||
versionName '1.2.0'
|
versionName '1.2.1'
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
|
|
|
||||||
8
metadata/en-US/changelogs/9.txt
Normal file
8
metadata/en-US/changelogs/9.txt
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue