Bump versionCode & Updated change-log

This commit is contained in:
Prathamesh More 2022-01-05 16:19:26 +05:30
parent 02b72551c9
commit c974d7fefc
2 changed files with 19 additions and 3 deletions

View file

@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic" applicationId "code.name.monkey.retromusic"
versionCode 10557 versionCode 10558
versionName '5.6.1' versionName '5.6.2'
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')}\"")
} }

View file

@ -63,7 +63,23 @@
<body> <body>
<div> <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> <h2>v5.6.1</h2>
<h3>Fixed</h3> <h3>Fixed</h3>
<ul> <ul>