Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada committed Feb 20, 2021
1 parent 50acdf0 commit 587daca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 19
targetSdkVersion 30

versionCode 8
versionName '1.2.0'
versionCode 9
versionName '1.2.1'

multiDexEnabled true
vectorDrawables {
Expand Down
8 changes: 8 additions & 0 deletions metadata/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 587daca

Please sign in to comment.