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
fe07e09d41
commit
b2886b81c9
@ -1,5 +1,10 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
###Version 0.18.1
|
||||||
|
* Pebble: Fix Firmware insstallation on Pebble Time Round (broken since 0.16.0)
|
||||||
|
* Start VibrationActivity when using "find device" button with Vibratissimo
|
||||||
|
* Support material fork of K9
|
||||||
|
|
||||||
###Version 0.18.0
|
###Version 0.18.0
|
||||||
* All new GUI for the control center
|
* All new GUI for the control center
|
||||||
* Add Portuguese pt_PT and pt_BR translations
|
* Add Portuguese pt_PT and pt_BR translations
|
||||||
|
@ -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.0"
|
versionName "0.18.1"
|
||||||
versionCode 87
|
versionCode 88
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.18.1" versioncode="88">
|
||||||
|
<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>Support material fork of K9</change>
|
||||||
|
</release>
|
||||||
<release version="0.18.0" versioncode="87">
|
<release version="0.18.0" versioncode="87">
|
||||||
<change>All new GUI for the control center</change>
|
<change>All new GUI for the control center</change>
|
||||||
<change>Add Portuguese pt_PT and pt_BR translations</change>
|
<change>Add Portuguese pt_PT and pt_BR translations</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user