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