mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
update version and changelog
This commit is contained in:
parent
b8b8a05181
commit
6a5c3fb945
@ -1,5 +1,9 @@
|
||||
###Changelog
|
||||
|
||||
####Version 0.13.3
|
||||
* Fix regressions with missing bars and labels in charts
|
||||
* Allow to set notification type in Debug activity
|
||||
|
||||
####Version 0.13.2
|
||||
* Support deleting devices (and their data) in control center
|
||||
* Sort devices lexicographically in control center
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.13.2"
|
||||
versionCode 64
|
||||
versionName "0.13.3"
|
||||
versionCode 65
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.13.3" versioncode="65">
|
||||
<change>Fix regressions with missing bars and labels in charts</change>
|
||||
<change>Allow to set notification type in Debug activity</change>
|
||||
</release>
|
||||
<release version="0.13.2" versioncode="64">
|
||||
<change>Support deleting devices (and their data) in control center</change>
|
||||
<change>Sort devices lexicographically in control center</change>
|
||||
|
Loading…
Reference in New Issue
Block a user