Bump build version

This commit is contained in:
Karim Abou Zeid 2017-12-29 15:55:47 +01:00
commit bce86e212a
2 changed files with 8 additions and 3 deletions

View file

@ -39,7 +39,7 @@ static def gitBranch() {
android { android {
compileSdkVersion 27 compileSdkVersion 27
buildToolsVersion '27.0.2' buildToolsVersion '27.0.3'
dataBinding { dataBinding {
enabled = true enabled = true
} }
@ -51,8 +51,8 @@ android {
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone' applicationId 'com.kabouzeid.gramophone'
versionCode 147 versionCode 148
versionName '0.16.4 BETA 2' versionName '0.16.4 BETA 3'
} }
buildTypes { buildTypes {
release { release {

View file

@ -27,6 +27,11 @@
<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 0.16.4 BETA 3</h3>
<ol>
<li><b>FIX:</b> Crash on startup for some users</li>
</ol>
<h3>Version 0.16.4 BETA 2</h3> <h3>Version 0.16.4 BETA 2</h3>
<ol> <ol>
<li><b>NEW:</b> Rearrange and choose library tabs</li> <li><b>NEW:</b> Rearrange and choose library tabs</li>