mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version update changelogs
(release real 0.21.5 early because 0.21.4 had a mismatched version/tag)
This commit is contained in:
parent
5701707e87
commit
32e1dec0f8
@ -1,5 +1,8 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.21.5
|
||||
* Mi2/Bip: Support setting distance units (metric/imperial)
|
||||
|
||||
#### Version 0.21.4
|
||||
* Mi2/Bip: Fix sleep detection for newer firmwares
|
||||
* Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data
|
||||
|
@ -27,7 +27,7 @@ android {
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.21.5"
|
||||
versionCode 105
|
||||
versionCode 106
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.21.5" versioncode="106">
|
||||
<change>Mi2/Bip: Support setting distance units (metric/imperial)</change>
|
||||
</release>
|
||||
<release version="0.21.4" versioncode="105">
|
||||
<change>Mi2/Bip: Fix sleep detection for newer firmwares</change>
|
||||
<change>Mi2/Bip: Fix ancient bug resulting in wrong activity data at the beginning in diagrams and aggregate data</change>
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/106.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/106.txt
Normal file
@ -0,0 +1 @@
|
||||
* Mi2/Bip: Support setting distance units (metric/imperial)
|
Loading…
Reference in New Issue
Block a user