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