mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, update xml changelog
This commit is contained in:
parent
a70c31f965
commit
9d29e4db3f
@ -1,8 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version 0.9.2
|
####Version 0.9.2
|
||||||
* Mi Band: Second firmware of Mi1S could not be updated (#234)
|
* Mi Band: Fix update of second (HR) firmware on Mi1S (#234)
|
||||||
* Fixed ordering issue of device infos being displayed
|
* Fix ordering issue of device infos being displayed
|
||||||
|
|
||||||
####Version 0.9.1
|
####Version 0.9.1
|
||||||
* Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)
|
* Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)
|
||||||
|
@ -16,8 +16,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.9.1"
|
versionName "0.9.2"
|
||||||
versionCode 45
|
versionCode 46
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.9.2" versioncode="46">
|
||||||
|
<change>Mi Band: Fix update of second (HR) firmware on Mi1S (#234)</change>
|
||||||
|
<change>Fix ordering issue of device infos being displayed</change>
|
||||||
|
</release>
|
||||||
<release version="0.9.1" versioncode="45">
|
<release version="0.9.1" versioncode="45">
|
||||||
<change>Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)</change>
|
<change>Mi Band: fix sporadic connection problems (stuck on "Initializing" #249)</change>
|
||||||
<change>Mi Band: enable low latency connection (faster) during initialization and activity sync</change>
|
<change>Mi Band: enable low latency connection (faster) during initialization and activity sync</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user