mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 10:55:49 +01:00
bump version, update changelog
This commit is contained in:
parent
a5263141d7
commit
6106dda2a3
@ -1,5 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.14.2
|
||||||
|
* Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices
|
||||||
|
|
||||||
####Version 0.14.1
|
####Version 0.14.1
|
||||||
* Mi Band 2: Initial experimental support for activity data
|
* Mi Band 2: Initial experimental support for activity data
|
||||||
* Mi Band 2: Send the fitness goal (steps) to the band
|
* Mi Band 2: Send the fitness goal (steps) to the band
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.14.1"
|
versionName "0.14.2"
|
||||||
versionCode 73
|
versionCode 74
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.14.2" versioncode="74">
|
||||||
|
<change>Pebble 2: Fix a bug where the Pebble got disconnected by other unrelated LE devices
|
||||||
|
</release>
|
||||||
<release version="0.14.1" versioncode="73">
|
<release version="0.14.1" versioncode="73">
|
||||||
<change>Mi Band 2: Initial experimental support for activity data</change>
|
<change>Mi Band 2: Initial experimental support for activity data</change>
|
||||||
<change>Mi Band 2: Send the fitness goal (steps) to the band</change>
|
<change>Mi Band 2: Send the fitness goal (steps) to the band</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user