From c0099bc88d783eb440d401b37e781cf2ed23150b Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 17 Apr 2016 21:40:47 +0200 Subject: [PATCH] Increased build version, updated changelog. --- app/build.gradle | 4 ++-- app/src/main/assets/phonograph-changelog.html | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 91a21f01..e865b87f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" - versionCode 111 - versionName "0.13.0 BETA 1" + versionCode 112 + versionName "0.13.0 BETA 2" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index a5718295..005d890a 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,14 @@

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

+

Version 0.13.0 BETA 2

+ +
    +
  1. IMPROVEMENT: Adjusted the statusbar color in the flat now playing screen.
  2. +
  3. IMPROVEMENT: Synced translations.
  4. +
  5. IMPROVEMENT: Updated internal libraries.
  6. +
+

Version 0.13.0 BETA 1