From 711896a26b3dfcc7c68ac310b0dba1e174e6684f Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sat, 13 Jan 2018 21:31:57 +0100 Subject: [PATCH] Bump build version --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e1002885..2bd1f390 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,8 +51,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 149 - versionName '0.16.4' + versionCode 150 + versionName '0.16.5' } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 093e00f1..54b55ce0 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -27,6 +27,12 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.16.5

+
    +
  1. FIX: Hide the tab bar when only one tab is activated
  2. +
  3. IMPROVEMENT: Updated translations
  4. +
+

Version 0.16.4

  1. NEW: Adaptive Icon (feedback is appreciated!)