bump version, update changelogs

This commit is contained in:
Andreas Shimokawa 2017-12-30 22:45:10 +01:00
parent 1238b494e4
commit 7358c5da58
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version 0.23.2
* Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15)
* Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2
#### Version 0.23.1
* Initial support for Omnijaws weather service
* Amazfit Bip: Allow installation of latest gps firmware

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.23.1"
versionCode 115
versionName "0.23.2"
versionCode 116
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.23.2" versioncode="116">
<change>Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15)</change>
<change>Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2</change>
</release>
<release version="0.23.1" versioncode="115">
<change>Initial support for Omnijaws weather service</change>
<change>Amazfit Bip: Allow installation of latest gps firmware</change>

View File

@ -0,0 +1,2 @@
* Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15)
* Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2