mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
0.18.3
This commit is contained in:
parent
5d042cf3c8
commit
abd79ef5c9
@ -1,7 +1,10 @@
|
||||
###Changelog
|
||||
|
||||
###Version 0.18.1
|
||||
* Mi2: Fix crash on "chat" or "social network" text notification #603
|
||||
###Version 0.18.3
|
||||
* Fix bug that caused the same value in weekly charts for every day on Android 6 and older
|
||||
|
||||
###Version 0.18.2
|
||||
* Mi2: Fix crash on "chat" or "social network" text notification (#603)
|
||||
|
||||
###Version 0.18.1
|
||||
* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.18.2"
|
||||
versionCode 89
|
||||
versionName "0.18.3"
|
||||
versionCode 90
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,7 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.18.3" versioncode="90">
|
||||
<change>Fix bug that caused the same value in weekly charts for every day on Android 6 and older</change>
|
||||
</release>
|
||||
<release version="0.18.2" versioncode="89">
|
||||
<change>Mi2: Fix crash on "chat" or "social network" text notification #603</change>
|
||||
<change>Mi2: Fix crash on "chat" or "social network" text notification (#603)</change>
|
||||
</release>
|
||||
<release version="0.18.1" versioncode="88">
|
||||
<change>Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)</change>
|
||||
|
Loading…
Reference in New Issue
Block a user