mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Release 0.13.8
This commit is contained in:
parent
55f036c104
commit
4c1b7e0328
@ -1,5 +1,8 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.13.8
|
||||
* Mi Band2: attempt at fixing connection issues for users of Mi Fit (#408, #425)
|
||||
|
||||
####Version 0.13.7
|
||||
* Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)
|
||||
* Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.13.7"
|
||||
versionCode 69
|
||||
versionName "0.13.8"
|
||||
versionCode 70
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.13.8" versioncode="70">
|
||||
<change>Mi Band 2: attempt at fixing connection issues for users of Mi Fit</change>
|
||||
</release>
|
||||
<release version="0.13.7" versioncode="69">
|
||||
<change>Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)</change>
|
||||
<change>Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore</change>
|
||||
|
Loading…
Reference in New Issue
Block a user