Bump build version

This commit is contained in:
Karim Abou Zeid 2018-03-10 10:43:07 +01:00
commit e9c4b1f580
2 changed files with 8 additions and 2 deletions

View file

@ -51,8 +51,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone'
versionCode 151
versionName '0.16.6'
versionCode 152
versionName '0.16.7'
}
buildTypes {
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>
<h3>Version 0.16.7</h3>
<ol>
<li><b>IMPROVEMENT:</b> Updated translations</li>
<li><b>IMPROVEMENT:</b> Minor improvements</li>
</ol>
<h3>Version 0.16.6</h3>
<ol>
<li><b>FIX:</b> Broken dot animation in Playing Screen Preference</li>