Bump build version

This commit is contained in:
Karim Abou Zeid 2018-08-28 12:08:16 +02:00
commit 4ff336a0d5
2 changed files with 7 additions and 2 deletions

View file

@ -54,8 +54,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId 'com.kabouzeid.gramophone'
versionCode 165
versionName '1.1.2'
versionCode 167
versionName '1.2.0'
}
signingConfigs {
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 1.2.0</h3>
<ol>
<li><b>NEW:</b>Support for devices with a notch</li>
</ol>
<h3>Version 1.1.2</h3>
<ol>
<li><b>FIX:</b> Crash with custom artist images</li>