Skip to content

Commit 2fa5407

Browse files
committed
Bump version to v5.8.5
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
1 parent 36ecfb6 commit 2fa5407

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
vectorDrawables.useSupportLibrary = true
1616

1717
applicationId 'io.github.muntashirakon.Music'
18-
versionCode 10579
19-
versionName '5.8.4'
18+
versionCode 10580
19+
versionName '5.8.5'
2020

2121
multiDexEnabled true
2222
}

app/src/main/assets/retro-changelog.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@
6262
</head>
6363

6464
<body>
65+
<div>
66+
<h5>May 25, 2022</h5>
67+
<h2>v5.8.5</h2>
68+
<h3>What's New</h3>
69+
<ul>
70+
<li>Display song images along in the artist and album details pages</li>
71+
<li>Removed the Internet permissions and all the associated features</li>
72+
</ul>
73+
<h3>Fixed</h3>
74+
<ul>
75+
<li>Fixed crashing occurs during changing screen orientation</li>
76+
</ul>
77+
</div>
6578
<div>
6679
<h5>May 13, 2022</h5>
6780
<h2>v5.8.4</h2>

fastlane/metadata/android/en-US/changelogs/10442.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Display song images along in the artist and album details pages
2+
- Removed the Internet permissions and all the associated features
3+
- Fixed crashing occurs during changing screen orientation

0 commit comments

Comments
 (0)