Bump versionCode & Updated change-log
This commit is contained in:
parent
02b72551c9
commit
c974d7fefc
2 changed files with 19 additions and 3 deletions
|
@ -14,8 +14,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
versionCode 10557
|
||||
versionName '5.6.1'
|
||||
versionCode 10558
|
||||
versionName '5.6.2'
|
||||
|
||||
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
||||
}
|
||||
|
|
|
@ -63,7 +63,23 @@
|
|||
|
||||
<body>
|
||||
<div>
|
||||
<h5>December 28, 2021</h5>
|
||||
<h5>Date</h5>
|
||||
<h2>v5.6.2</h2>
|
||||
<h3>What's New</h3>
|
||||
<ul>
|
||||
<li>Added back Circular Std</li>
|
||||
<li>Added ability to set Playback speed and pitch</li>
|
||||
<li>Added option to show lyrics over Cover</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fixed Gapless Playback</li>
|
||||
<li>Fixed Shuffle FAB going behind Mini Player</li>
|
||||
<li>Fixed crashes on Pre-marshmallow devices</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h5>January 1, 2021</h5>
|
||||
<h2>v5.6.1</h2>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue