mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
bump version, update changelog
This commit is contained in:
parent
fe07e09d41
commit
b2886b81c9
@ -1,5 +1,10 @@
|
||||
###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
|
||||
* All new GUI for the control center
|
||||
* Add Portuguese pt_PT and pt_BR translations
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.18.0"
|
||||
versionCode 87
|
||||
versionName "0.18.1"
|
||||
versionCode 88
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<change>All new GUI for the control center</change>
|
||||
<change>Add Portuguese pt_PT and pt_BR translations</change>
|
||||
|
Loading…
Reference in New Issue
Block a user