Release 0.13.8
This commit is contained in:
parent
55f036c104
commit
4c1b7e0328
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.13.8
|
||||||
|
* Mi Band2: attempt at fixing connection issues for users of Mi Fit (#408, #425)
|
||||||
|
|
||||||
####Version 0.13.7
|
####Version 0.13.7
|
||||||
* Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)
|
* 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
|
* Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore
|
||||||
|
|
|
@ -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.13.7"
|
versionName "0.13.8"
|
||||||
versionCode 69
|
versionCode 70
|
||||||
}
|
}
|
||||||
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.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">
|
<release version="0.13.7" versioncode="69">
|
||||||
<change>Pebble: Fix configuration of certain pebble apps (eg. QR Generator, Squared 4.0)</change>
|
<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>
|
<change>Pebble: Add context menu option in app manager to search a watchapp in the pebble appstore</change>
|
||||||
|
|
Loading…
Reference in New Issue