Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada committed May 31, 2021
1 parent f0e9b04 commit 047dc1e
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 13
versionName '1.3.0'
versionCode 14
versionName '1.3.1'

multiDexEnabled true
vectorDrawables {
Expand Down
8 changes: 8 additions & 0 deletions metadata/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- add custom location for media downloads
- implement sort method for artist fragment
- fix issue with older server versions
- update all dependencies
- only request storage permission for custom download folders
- fix contrast issue with input elements on login activity
- interface changes on settings activity
- only show loading indicator when streaming

0 comments on commit 047dc1e

Please sign in to comment.