From e037fb3b1255750dc7f913cbdcb1e77f25a65558 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 29 Apr 2018 22:27:10 +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 53ea0994..b062f6c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,8 +51,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId 'com.kabouzeid.gramophone' - versionCode 157 - versionName '1.0.0 BETA 2' + versionCode 158 + versionName '1.0.0 BETA 3' } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index 72c330ef..da1cd24a 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -28,6 +28,11 @@

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 3

+
    +
  1. FIX: Fixed some bugs
  2. +
+

Version 1.0.0 BETA 2

  1. NEW: Artist page redesign