From abd79ef5c926d0e5ad177b6aa4da8f345deab1a0 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 18 Mar 2017 17:22:40 +0100 Subject: [PATCH] 0.18.3 --- CHANGELOG.md | 7 +++++-- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 ++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bb65ad1..767e9ac49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ###Changelog -###Version 0.18.1 -* Mi2: Fix crash on "chat" or "social network" text notification #603 +###Version 0.18.3 +* Fix bug that caused the same value in weekly charts for every day on Android 6 and older + +###Version 0.18.2 +* Mi2: Fix crash on "chat" or "social network" text notification (#603) ###Version 0.18.1 * Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0) diff --git a/app/build.gradle b/app/build.gradle index c42d79b3a..d6ea9c869 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.18.2" - versionCode 89 + versionName "0.18.3" + versionCode 90 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 1154a27c9..e881747ab 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,7 +1,10 @@ + + Fix bug that caused the same value in weekly charts for every day on Android 6 and older + - Mi2: Fix crash on "chat" or "social network" text notification #603 + Mi2: Fix crash on "chat" or "social network" text notification (#603) Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)