mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-08 19:27:04 +01:00
Merge branch 'master' into feature-weather
This commit is contained in:
commit
aa62fa8f8e
@ -1,7 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
####Version next
|
####Version 0.15.1
|
||||||
* Improved handling of notifications for some apps
|
* Improved handling of notifications for some apps
|
||||||
|
* Pebble 2/LE: Add setting to limit GATT MTU for debugging broken BLE stacks
|
||||||
|
|
||||||
####Version 0.15.0
|
####Version 0.15.0
|
||||||
* New device: Liveview
|
* New device: Liveview
|
||||||
|
@ -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.15.0"
|
versionName "0.15.1"
|
||||||
versionCode 77
|
versionCode 78
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
<release version="next">
|
<release version="0.15.1" versioncode="78">
|
||||||
<change>* Improved handling of notifications for some apps</change>
|
<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>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.15.0" versioncode="77">
|
<release version="0.15.0" versioncode="77">
|
||||||
<change>New device: Liveview</change>
|
<change>New device: Liveview</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user