From b3e61b4aae1f15cb41b4a2d97d9d078626e93a42 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Fri, 15 Jul 2016 00:48:50 +0200 Subject: [PATCH] Updates for 0.11.2 release (cherry picked from commit 802314fc13f0c9986c6bb7a143354106edfc43f1) --- 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 e0cb07a93..cd9ac95c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ###Changelog +####Version 0.11.2 +Mi Band: support for devices that cannot pair with the band (#349) + ####Version 0.11.1 * Various fixes (including crashes) for location settings * Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge) diff --git a/app/build.gradle b/app/build.gradle index f4bba1e95..96985efca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { targetSdkVersion 23 // note: always bump BOTH versionCode and versionName! - versionName "0.11.1" - versionCode 57 + versionName "0.11.2" + versionCode 58 } buildTypes { release { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 84dacbd61..b20ff6b69 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,8 @@ + + Mi Band: support for devices that cannot pair with the band (#349) + Various fixes (including crashes) for location settings Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)