From bd1966d6d880088238528824d061aea2ebb5f4e4 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 18 Sep 2019 10:10:22 +0200 Subject: [PATCH] bump build number --- Habitica/build.gradle | 2 +- fastlane/changelog.txt | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/Habitica/build.gradle b/Habitica/build.gradle index 8b4213efa..bea36c711 100644 --- a/Habitica/build.gradle +++ b/Habitica/build.gradle @@ -148,7 +148,7 @@ android { buildConfigField "String", "TESTING_LEVEL", "\"production\"" multiDexEnabled true - versionCode 2234 + versionCode 2240 versionName "2.1" } diff --git a/fastlane/changelog.txt b/fastlane/changelog.txt index a10325dad..26d9a3c46 100644 --- a/fastlane/changelog.txt +++ b/fastlane/changelog.txt @@ -1,11 +1,4 @@ -New: -- manage party members from the member list -- Better inbox notifications +In this update we added managing party members to the party screen and in-app notifications for certain notifications. +We also fixed some issues with notifications and improved the feedback when opening a mystery item -Fixed: -- Widgets caused crashes when tapped on -- Issues with task scheduling in the task form -- Quest detail showed from participant number - -Known issues: -- When opening mystery items, the equipment title is missing. This will be fixed with the next server deploy +Be sure to download this update now for a better Habitica experience!