From f2ab86dba772aaa1bfe4a9085a1220542df4452b Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Tue, 26 Jun 2018 12:34:19 +0200 Subject: [PATCH] Bump build version --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fc07753b..cf72522f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,8 +54,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 163 - versionName '1.1.1' + versionCode 164 + versionName '1.1.2' // needed for material intro! dataBinding { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index faca7d82..e1bed6ec 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -27,6 +27,11 @@

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

+

Version 1.1.2

+
    +
  1. FIX: Crash with custom artist images
  2. +
+

Version 1.1.1

  1. NEW: Preference to turn off shuffle mode when selecting new list of songs