From 62242f0137d6912a4547964bc946c11bb664fd40 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Mon, 30 Apr 2018 13:39:26 +0200 Subject: [PATCH] Bump build version --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b062f6c8..6df04c2f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,8 +51,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 158 - versionName '1.0.0 BETA 3' + versionCode 159 + versionName '1.0.0 BETA 4' } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index da1cd24a..17ae6604 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -28,6 +28,13 @@

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

We are coming closer to the first final release!

+

Version 1.0.0 BETA 4

+
    +
  1. NEW: Custom sorting for titles, albums and artists.
  2. +
  3. NEW: Rescan media from the navigation drawer.
  4. +
  5. FIX: Fix bug in folder view.
  6. +
+

Version 1.0.0 BETA 3

  1. FIX: Fixed some bugs