From c43b31b1e7c7b3977386715ba666317fee4b788d Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 30 Oct 2017 09:10:03 +0100 Subject: [PATCH] bump version, update changelog --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 3 +++ fastlane/metadata/android/en-US/changelogs/109.txt | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/109.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 4061b6fd6..561f4b50b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +#### Version 0.22.1 +* Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices + #### Version 0.22.0 * Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support * Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter) diff --git a/app/build.gradle b/app/build.gradle index cdb38718f..7dc949d54 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.22.0" - versionCode 108 + versionName "0.22.1" + versionCode 109 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 209449e02..b4c6e1a92 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 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices + Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter) diff --git a/fastlane/metadata/android/en-US/changelogs/109.txt b/fastlane/metadata/android/en-US/changelogs/109.txt new file mode 100644 index 000000000..d3ea035ae --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/109.txt @@ -0,0 +1 @@ +* Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices