Bump build version

This commit is contained in:
Karim Abou Zeid 2018-04-28 13:30:17 +02:00
commit 6f75aff214
2 changed files with 8 additions and 2 deletions

View file

@ -51,8 +51,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone' applicationId 'com.kabouzeid.gramophone'
versionCode 155 versionCode 156
versionName '0.16.9' versionName '1.0.0 BETA 1'
} }
buildTypes { buildTypes {
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.0.0 BETA 1</h3>
<p>We are coming closer to the first final release!</p>
<ol>
<li><b>NEW:</b> Album page redesign</li>
</ol>
<h3>Version 0.16.9</h3> <h3>Version 0.16.9</h3>
<ol> <ol>
<li><b>FIX:</b> Crash on start for some users</li> <li><b>FIX:</b> Crash on start for some users</li>