mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 09:35:50 +01:00
Release 0.13.6
This commit is contained in:
parent
17b70a1b82
commit
069abe17b7
@ -1,5 +1,9 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.13.6
|
||||
* Mi Band 2: Support for multiple alarms (3 at the moment)
|
||||
* Mi Band 2: Fix for alarms not working when just one is enabled
|
||||
|
||||
####Version 0.13.5
|
||||
* Mi Band 2: Support setting one alarm
|
||||
* Pebble: Health compatibility for Firmware 4.2
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.13.5"
|
||||
versionCode 67
|
||||
versionName "0.13.6"
|
||||
versionCode 68
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.13.6" versioncode="68">
|
||||
<change>Mi Band 2: Support multiple alarms (3 at the moment)</change>
|
||||
<change>Mi Band 2: Fix for alarms not working when just one is enabled</change>
|
||||
</release>
|
||||
<release version="0.13.5" versioncode="67">
|
||||
<change>Mi Band 2: Support setting one alarm</change>
|
||||
<change>Pebble: Health compatibility for Firmware 4.2</change>
|
||||
|
Loading…
Reference in New Issue
Block a user