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