mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, update changelog
This commit is contained in:
parent
62efd90e17
commit
43fc3873bb
@ -1,5 +1,10 @@
|
||||
###Changelog
|
||||
|
||||
###Version 0.19.1
|
||||
* Fix crash at startup
|
||||
* HPlus: Improve reconnection to device
|
||||
* Improve transliteration
|
||||
|
||||
###Version 0.19.0
|
||||
* Pebble: allow calendar sync with Timeline (Title, Location, Description)
|
||||
* Pebble: display calendar icon for reminders from AOSP Calendar
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.19.0"
|
||||
versionCode 93
|
||||
versionName "0.19.1"
|
||||
versionCode 94
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.19.1" versioncode="94">
|
||||
<change>Fix crash at startup</change>
|
||||
<change>Improve reconnection to device</change>
|
||||
* <change>Improve transliteration</change>
|
||||
</release>
|
||||
<release version="0.19.0" versioncode="93">
|
||||
<change>Pebble: allow calendar sync with Timeline (Title, Location, Description)</change>
|
||||
<change>Pebble: display calendar icon for reminders from AOSP Calendar</change>
|
||||
|
Loading…
Reference in New Issue
Block a user