mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-11 18:35:49 +01:00
0.18.2
This commit is contained in:
parent
f1d07c83f6
commit
cc159cf80f
@ -1,5 +1,8 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
###Version 0.18.1
|
||||||
|
* Mi2: Fix crash on "chat" or "social network" text notification #603
|
||||||
|
|
||||||
###Version 0.18.1
|
###Version 0.18.1
|
||||||
* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)
|
* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)
|
||||||
* Start VibrationActivity when using "find device" button with Vibratissimo
|
* Start VibrationActivity when using "find device" button with Vibratissimo
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.18.1"
|
versionName "0.18.2"
|
||||||
versionCode 88
|
versionCode 89
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.18.2" versioncode="89">
|
||||||
|
<change>Mi2: Fix crash on "chat" or "social network" text notification #603</change>
|
||||||
|
</release>
|
||||||
<release version="0.18.1" versioncode="88">
|
<release version="0.18.1" versioncode="88">
|
||||||
<change>Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)</change>
|
<change>Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)</change>
|
||||||
<change>Start VibrationActivity when using "find device" button with Vibratissimo</change>
|
<change>Start VibrationActivity when using "find device" button with Vibratissimo</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user