Bump versionName, versionCode & updated Change-log

This commit is contained in:
Prathamesh More 2021-12-28 15:00:10 +05:30
parent 158865a500
commit 5d45754342
2 changed files with 17 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 10553 versionCode 10555
versionName '5.6.0' versionName '5.6.1'
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

@ -62,9 +62,23 @@
</head> </head>
<body> <body>
<div>
<h5>December 28, 2021</h5>
<h2>v5.6.1<span class="tag"><i>Beta</i></span></h2>
<h3>Fixed</h3>
<ul>
<li>Fixed artist covers not updating and showing album cover images.</li>
<li>Fixed FAB's not visible (Shuffle, Save, etc.)</li>
<li>Fixed a crash when a Song is deleted in Artist Details</li>
<li>Fixed Snowfall effect</li>
<li>Fixed empty notification when queue is cleared</li>
<li>Fixed Fit theme button colors</li>
<li>Show Dismiss button in Notification only on A12</li>
</ul>
</div>
<div> <div>
<h5>December 25, 2021</h5> <h5>December 25, 2021</h5>
<h2>v5.6.0</h2> <h2>v5.6.0<span class="tag"><i>Beta</i></span></h2>
<h3>What's New</h3> <h3>What's New</h3>
<ul> <ul>
<li>Added Artwork editing for songs</li> <li>Added Artwork editing for songs</li>