Bump version & update changelog
This commit is contained in:
parent
7195ab2afd
commit
82d4649346
2 changed files with 18 additions and 2 deletions
|
@ -14,8 +14,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "code.name.monkey.retromusic"
|
||||||
versionCode 10575
|
versionCode 10576
|
||||||
versionName '5.8.2'
|
versionName '5.8.3'
|
||||||
|
|
||||||
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,6 +62,22 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div>
|
||||||
|
<h5>May 07, 2022</h5>
|
||||||
|
<h2>v5.8.3</h2>
|
||||||
|
<h3>What's New</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Swipe down to dismiss Mini player</li>
|
||||||
|
<li>Add support for Just Black with Material You</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed sharing of files from SD Card</li>
|
||||||
|
<li>Fix ChromeCast crash and bugs</li>
|
||||||
|
<li>Fix Audio Crossfade</li>
|
||||||
|
<li>Tried to fix incorrect song data in notification</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>April 8, 2022</h5>
|
<h5>April 8, 2022</h5>
|
||||||
<h2>v5.8.0</h2>
|
<h2>v5.8.0</h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue