Merge pull request #1291 from prathameshmm02/dev
Bump versionCode, versionName & Updated change-log
This commit is contained in:
commit
2471a14690
2 changed files with 16 additions and 2 deletions
|
@ -14,8 +14,8 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "code.name.monkey.retromusic"
|
||||||
versionCode 10567
|
versionCode 10568
|
||||||
versionName '5.7.2'
|
versionName '5.7.3'
|
||||||
|
|
||||||
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')}\"")
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,6 +62,20 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div>
|
||||||
|
<h5>March 13, 2022</h5>
|
||||||
|
<h2>v5.7.3</h2>
|
||||||
|
<h3>What's New</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Added an option to share crash report</li>
|
||||||
|
<li>Added options to clear, pause history</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Fixed</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Optimized search</li>
|
||||||
|
<li>Made sleep timer precise</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>February 13, 2022</h5>
|
<h5>February 13, 2022</h5>
|
||||||
<h2>v5.7.2<span class="tag"><i>Beta</i></span></h2>
|
<h2>v5.7.2<span class="tag"><i>Beta</i></span></h2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue