Bump build version

This commit is contained in:
Karim Abou Zeid 2019-06-21 17:48:24 +02:00
commit 11c636c7f8
2 changed files with 8 additions and 2 deletions

View file

@ -44,8 +44,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone' applicationId 'com.kabouzeid.gramophone'
versionCode 172 versionCode 175
versionName '1.3.0' versionName '1.3.1'
} }
signingConfigs { signingConfigs {
release { release {

View file

@ -27,6 +27,12 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p> <p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<h3>Version 1.3.1</h3>
<ol>
<li><b>NEW:</b> Artist image mosaics</li>
<li><b>FIX:</b> Ringtone sharing</li>
</ol>
<h3>Version 1.3.0</h3> <h3>Version 1.3.0</h3>
<ol> <ol>
<li><b>NEW:</b> Show more information of songs, albums and artists</li> <li><b>NEW:</b> Show more information of songs, albums and artists</li>