Bump build version
This commit is contained in:
parent
ac10cdd731
commit
bce86e212a
2 changed files with 8 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ static def gitBranch() {
|
|||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion '27.0.2'
|
||||
buildToolsVersion '27.0.3'
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
|
|
@ -51,8 +51,8 @@ android {
|
|||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId 'com.kabouzeid.gramophone'
|
||||
versionCode 147
|
||||
versionName '0.16.4 BETA 2'
|
||||
versionCode 148
|
||||
versionName '0.16.4 BETA 3'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,11 @@
|
|||
|
||||
<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>
|
||||
<ol>
|
||||
<li><b>NEW:</b> Rearrange and choose library tabs</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue