Bump build version

This commit is contained in:
Karim Abou Zeid 2017-12-13 22:37:08 +01:00
commit b0c98e7787
2 changed files with 7 additions and 2 deletions

View file

@ -42,8 +42,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone'
versionCode 142
versionName '0.16.2'
versionCode 143
versionName '0.16.3'
}
buildTypes {
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>
<h3>Version 0.16.3</h3>
<ol>
<li><b>NEW:</b> Add genre tab (thanks to arkon)</li>
</ol>
<h3>Version 0.16.2</h3>
<ol>
<li><b>IMPROVEMENT:</b> Synced translations</li>