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
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
applicationId "code.name.monkey.retromusic"
|
applicationId "code.name.monkey.retromusic"
|
||||||
versionCode 10543
|
versionCode 10544
|
||||||
versionName '5.4.0 ' + "_" + getDate()
|
versionName '5.4.1 ' + "_" + getDate()
|
||||||
|
|
||||||
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')}\"")
|
||||||
}
|
}
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<h5>Date</h5>
|
<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>
|
<h3>What's New</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>Material You</b></li>
|
<li><b>Material You</b></li>
|
||||||
|
@ -73,6 +73,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Improved</h3>
|
<h3>Improved</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>Improved Animations</li>
|
||||||
<li>Improved Crossfade</li>
|
<li>Improved Crossfade</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue