From 6359adf509bf37698dc08dd11228e112576fef09 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Thu, 4 Feb 2016 00:28:30 +0100 Subject: [PATCH] Temporary fixed critical update bug. --- 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 cea8c6cf..5424c209 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { renderscriptTargetApi 23 applicationId "com.kabouzeid.gramophone" - versionCode 97 - versionName "0.9.54 RC 4" + versionCode 98 + versionName "0.9.54 RC 5" manifestPlaceholders = [appName: "@string/app_name"] } diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index a91d74bd..061e2d51 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,12 @@

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

+

Version 0.9.54 RC 5

+ +
    +
  1. FIX: Temporarily fixed critical update bug.
  2. +
+

Version 0.9.54 RC 4