From b2886b81c9d86721b59c88530975fa57e6441093 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 17 Mar 2017 22:52:36 +0100 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a2b1a32..acd090c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ###Changelog +###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 +* Support material fork of K9 + ###Version 0.18.0 * All new GUI for the control center * Add Portuguese pt_PT and pt_BR translations diff --git a/app/build.gradle b/app/build.gradle index 90de6d715..63f8b2132 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.0" - versionCode 87 + versionName "0.18.1" + versionCode 88 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 954f33d1b..a4dc1aa09 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,10 @@ + + Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0) + Start VibrationActivity when using "find device" button with Vibratissimo + Support material fork of K9 + All new GUI for the control center Add Portuguese pt_PT and pt_BR translations