Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada committed Aug 28, 2022
1 parent b7f3d21 commit acfd1d4
Show file tree
Hide file tree
Showing 2 changed files with 6 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 32

versionCode 16
versionName '1.3.3'
versionCode 17
versionName '1.3.4'

multiDexEnabled true
vectorDrawables {
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- refactor playback and shuffle code
- fix sleep timer null pointer crash
- update all dependencies
- remove broken link from navigation menu

0 comments on commit acfd1d4

Please sign in to comment.