mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
Updates for 0.11.2 release
This commit is contained in:
parent
7b26986ab0
commit
802314fc13
@ -1,6 +1,9 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
|
||||||
|
####Version 0.11.2
|
||||||
|
Mi Band: support for devices that cannot pair with the band (#349)
|
||||||
|
|
||||||
####Version 0.11.1
|
####Version 0.11.1
|
||||||
* Various fixes (including crashes) for location settings
|
* Various fixes (including crashes) for location settings
|
||||||
* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)
|
* Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)
|
||||||
|
@ -18,8 +18,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.11.1"
|
versionName "0.11.2"
|
||||||
versionCode 57
|
versionCode 58
|
||||||
}
|
}
|
||||||
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.11.2" versioncode="58">
|
||||||
|
<change>Mi Band: support for devices that cannot pair with the band (#349)</change>
|
||||||
|
</release>
|
||||||
<release version="0.11.1" versioncode="57">
|
<release version="0.11.1" versioncode="57">
|
||||||
<change>Various fixes (including crashes) for location settings</change>
|
<change>Various fixes (including crashes) for location settings</change>
|
||||||
<change>Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)</change>
|
<change>Pebble: Support Pebble Time 2 emulator (needs recompilation of Gadgetbridge)</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user