Bump build version

This commit is contained in:
Karim Abou Zeid 2018-04-30 13:39:26 +02:00
commit 62242f0137
2 changed files with 9 additions and 2 deletions

View file

@ -51,8 +51,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone'
versionCode 158
versionName '1.0.0 BETA 3'
versionCode 159
versionName '1.0.0 BETA 4'
}
buildTypes {
release {

View file

@ -28,6 +28,13 @@
<p>You can view the changelog dialog again at any time from the <i>about</i> section.</p>
<p>We are coming closer to the first final release!</p>
<h3>Version 1.0.0 BETA 4</h3>
<ol>
<li><b>NEW:</b> Custom sorting for titles, albums and artists.</li>
<li><b>NEW:</b> Rescan media from the navigation drawer.</li>
<li><b>FIX:</b> Fix bug in folder view.</li>
</ol>
<h3>Version 1.0.0 BETA 3</h3>
<ol>
<li><b>FIX:</b> Fixed some bugs</li>