Bump version code
This commit is contained in:
parent
1036b79a24
commit
2557b6950b
2 changed files with 9 additions and 4 deletions
|
@ -14,8 +14,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "code.name.monkey.retromusic"
|
||||||
versionCode 10560
|
versionCode 10563
|
||||||
versionName '5.6.4'
|
versionName '5.7.0'
|
||||||
|
|
||||||
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')}\"")
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,17 +65,21 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<h5>January 15, 2022</h5>
|
<h5>January 23, 2022</h5>
|
||||||
<h2>v5.6.4</h2>
|
<h2>v5.7.0</h2>
|
||||||
<h3>What's New</h3>
|
<h3>What's New</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Added new Circle widget</li>
|
||||||
<li>Added accent color extraction on Android 8.1+ devices</li>
|
<li>Added accent color extraction on Android 8.1+ devices</li>
|
||||||
<li>Added Collapsing appbar to library tabs with an option to switch back to simple appbar
|
<li>Added Collapsing appbar to library tabs with an option to switch back to simple appbar
|
||||||
</li>
|
</li>
|
||||||
<li>Added Search tab</li>
|
<li>Added Search tab</li>
|
||||||
|
<li>Added option to use circular play button</li>
|
||||||
|
<li>Added lyrics editing on A11+ devices again</li>
|
||||||
<li>Added Long Press to forward, rewind current song</li>
|
<li>Added Long Press to forward, rewind current song</li>
|
||||||
<li>Added ability to set Playback speed and pitch</li>
|
<li>Added ability to set Playback speed and pitch</li>
|
||||||
<li>Added option to show lyrics over Cover</li>
|
<li>Added option to show lyrics over Cover</li>
|
||||||
|
<li>Added option to keep screen on when showing lyrics</li>
|
||||||
<li>Added option to switch to Manrope font</li>
|
<li>Added option to switch to Manrope font</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Fixed</h3>
|
<h3>Fixed</h3>
|
||||||
|
@ -84,6 +88,7 @@
|
||||||
<li>Fixed Shuffle FAB going behind Mini Player</li>
|
<li>Fixed Shuffle FAB going behind Mini Player</li>
|
||||||
<li>Fixed crashes on Pre-marshmallow devices</li>
|
<li>Fixed crashes on Pre-marshmallow devices</li>
|
||||||
<li>Blacklisted songs can't be played after opening from outside the app</li>
|
<li>Blacklisted songs can't be played after opening from outside the app</li>
|
||||||
|
<li>Fixed various small bugs and some minor improvements</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue