Updated versionCode & versionName
This commit is contained in:
parent
6f7e97ac09
commit
d080a5e944
2 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
versionCode 10543
|
||||
versionName '5.4.0 ' + "_" + getDate()
|
||||
versionCode 10544
|
||||
versionName '5.4.1 ' + "_" + getDate()
|
||||
|
||||
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
<body>
|
||||
<div>
|
||||
<h5>Date</h5>
|
||||
<h2>v5.1.0<span class="tag"><i>Beta</i></span></h2>
|
||||
<h2>v5.4.0<span class="tag"><i>Beta</i></span></h2>
|
||||
<h3>What's New</h3>
|
||||
<ul>
|
||||
<li><b>Material You</b></li>
|
||||
|
@ -73,6 +73,7 @@
|
|||
</ul>
|
||||
<h3>Improved</h3>
|
||||
<ul>
|
||||
<li>Improved Animations</li>
|
||||
<li>Improved Crossfade</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue