Bump versionCode, versionName & Updated change-log

This commit is contained in:
Prathamesh More 2022-03-11 15:38:20 +05:30
parent c14a5854c7
commit c4e141d3d7
2 changed files with 16 additions and 2 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 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')}\"")
} }

View file

@ -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>