From cc159cf80f105b10f0e5c7d8cb079ee30670a965 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Sat, 18 Mar 2017 11:46:08 +0100 Subject: [PATCH] 0.18.2 --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd090c9..30bb65ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ###Changelog +###Version 0.18.1 +* 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) * Start VibrationActivity when using "find device" button with Vibratissimo diff --git a/app/build.gradle b/app/build.gradle index 63f8b213..c42d79b3 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.1" - versionCode 88 + versionName "0.18.2" + versionCode 89 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 a4dc1aa0..1154a27c 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,8 @@ + + Mi2: Fix crash on "chat" or "social network" text notification #603 + Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0) Start VibrationActivity when using "find device" button with Vibratissimo