Bump version to v5.8.5

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2022-05-25 17:20:58 +06:00
parent 36ecfb678e
commit 2fa5407b49
4 changed files with 18 additions and 4 deletions

View file

@ -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
} }

View file

@ -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>

View file

@ -1,2 +0,0 @@
- Rename M to Metro
- Fix crashes

View 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