Skip to content

Commit

Permalink
Bump version to v5.8.5
Browse files Browse the repository at this point in the history
Signed-off-by: Muntashir Al-Islam <[email protected]>
  • Loading branch information
MuntashirAkon committed May 25, 2022
1 parent 36ecfb6 commit 2fa5407
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true

applicationId 'io.github.muntashirakon.Music'
versionCode 10579
versionName '5.8.4'
versionCode 10580
versionName '5.8.5'

multiDexEnabled true
}
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/assets/retro-changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,19 @@
</head>

<body>
<div>
<h5>May 25, 2022</h5>
<h2>v5.8.5</h2>
<h3>What's New</h3>
<ul>
<li>Display song images along in the artist and album details pages</li>
<li>Removed the Internet permissions and all the associated features</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed crashing occurs during changing screen orientation</li>
</ul>
</div>
<div>
<h5>May 13, 2022</h5>
<h2>v5.8.4</h2>
Expand Down
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/10442.txt

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10580.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Display song images along in the artist and album details pages
- Removed the Internet permissions and all the associated features
- Fixed crashing occurs during changing screen orientation

0 comments on commit 2fa5407

Please sign in to comment.