Bump version to v5.8.6

This commit is contained in:
yonta 2022-09-04 12:49:55 +00:00
parent 14a0a6d1c9
commit 47caa7d69b
2 changed files with 10 additions and 2 deletions

View file

@ -15,8 +15,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'io.github.muntashirakon.Music'
versionCode 10580
versionName '5.8.5'
versionCode 10581
versionName '5.8.6'
multiDexEnabled true
}

View file

@ -62,6 +62,14 @@
</head>
<body>
<div>
<h5>Sep 04, 2022</h5>
<h2>v5.8.6</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed memory leak when use MusicService in fold-out window</li>
</ul>
</div>
<div>
<h5>May 25, 2022</h5>
<h2>v5.8.5</h2>