Bump versionCode and update changelog
This commit is contained in:
parent
45a40b1faa
commit
a5346609dd
3 changed files with 9 additions and 4 deletions
|
@ -14,7 +14,7 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
versionCode 10570
|
||||
versionCode 10573
|
||||
versionName '5.8.0'
|
||||
|
||||
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
||||
|
|
|
@ -63,16 +63,21 @@
|
|||
|
||||
<body>
|
||||
<div>
|
||||
<h5>March 13, 2022</h5>
|
||||
<h5>April 8, 2022</h5>
|
||||
<h2>v5.8.0</h2>
|
||||
<h3>What's New</h3>
|
||||
<ul>
|
||||
<li>Updated translations</li>
|
||||
<li>Minor UI improvements</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fixed Classic Notification crash</li>
|
||||
<li>Fixed crash when clicking on Playlist in the Search Tab</li>
|
||||
<li>Fixed settings change not reflecting immediately</li>
|
||||
<li>Fixed shuffle</li>
|
||||
<li>Fixed Song duration not visible in Card & Blur card themes</li>
|
||||
<li>Fixed some Album skip styles</li>
|
||||
<li>Minor bug fixes & UI improvements</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.6.20'
|
||||
navigation_version = '2.4.1'
|
||||
navigation_version = '2.4.2'
|
||||
mdc_version = '1.6.0-beta01'
|
||||
preference_version = '1.2.0'
|
||||
appcompat_version = '1.4.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue