Bump version to v5.8.5
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
parent
36ecfb678e
commit
2fa5407b49
4 changed files with 18 additions and 4 deletions
|
@ -15,8 +15,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId 'io.github.muntashirakon.Music'
|
applicationId 'io.github.muntashirakon.Music'
|
||||||
versionCode 10579
|
versionCode 10580
|
||||||
versionName '5.8.4'
|
versionName '5.8.5'
|
||||||
|
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,6 +62,19 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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>
|
<div>
|
||||||
<h5>May 13, 2022</h5>
|
<h5>May 13, 2022</h5>
|
||||||
<h2>v5.8.4</h2>
|
<h2>v5.8.4</h2>
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
- Rename M to Metro
|
|
||||||
- Fix crashes
|
|
3
fastlane/metadata/android/en-US/changelogs/10580.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/10580.txt
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue