mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 17:45:50 +01:00
update CHANGELOG, bump version
This commit is contained in:
parent
b5225145d4
commit
0bdcdbae54
@ -1,5 +1,8 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.15.2
|
||||
* Mi Band: Fix crash with unknown notification sources
|
||||
|
||||
####Version 0.15.1
|
||||
* Improved handling of notifications for some apps
|
||||
* Pebble 2/LE: Add setting to limit GATT MTU for debugging broken BLE stacks
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.15.1"
|
||||
versionCode 78
|
||||
versionName "0.15.2"
|
||||
versionCode 79
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.15.2" versioncode="79">
|
||||
<change>Mi Band: Fix crash with unknown notification sources</change>
|
||||
</release>
|
||||
<release version="0.15.1" versioncode="78">
|
||||
<change>Improved handling of notifications for some apps</change>
|
||||
<change>Pebble 2/LE: Add setting to limit GATT MTU for debugging broken BLE stacks</change>
|
||||
|
Loading…
Reference in New Issue
Block a user