bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2017-10-30 09:10:03 +01:00
parent 3282e329f3
commit c43b31b1e7
4 changed files with 9 additions and 2 deletions

View File

@ -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)

View File

@ -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 {

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.22.1" versioncode="109">
<change>Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices</change>
</release>
<release version="0.22.0" versioncode="108">
<change>Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support</change>
<change>Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter)</change>

View File

@ -0,0 +1 @@
* Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices