mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-11 18:35:49 +01:00
bump version, update changelogs
This commit is contained in:
parent
1238b494e4
commit
7358c5da58
@ -1,5 +1,9 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.23.2
|
||||||
|
* Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15)
|
||||||
|
* Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2
|
||||||
|
|
||||||
#### Version 0.23.1
|
#### Version 0.23.1
|
||||||
* Initial support for Omnijaws weather service
|
* Initial support for Omnijaws weather service
|
||||||
* Amazfit Bip: Allow installation of latest gps firmware
|
* Amazfit Bip: Allow installation of latest gps firmware
|
||||||
|
@ -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.23.1"
|
versionName "0.23.2"
|
||||||
versionCode 115
|
versionCode 116
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.23.2" versioncode="116">
|
||||||
|
<change>Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15)</change>
|
||||||
|
<change>Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2</change>
|
||||||
|
</release>
|
||||||
<release version="0.23.1" versioncode="115">
|
<release version="0.23.1" versioncode="115">
|
||||||
<change>Initial support for Omnijaws weather service</change>
|
<change>Initial support for Omnijaws weather service</change>
|
||||||
<change>Amazfit Bip: Allow installation of latest gps firmware</change>
|
<change>Amazfit Bip: Allow installation of latest gps firmware</change>
|
||||||
|
2
fastlane/metadata/android/en-US/changelogs/116.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/116.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
* Mi Band 1S: Fix sync problem with firmware 4.16.11.15 (probably also Mi Band 1.0.15.0 and Mi Band 1A 5.16.11.15)
|
||||||
|
* Amazfit Cor: Fix problem with firmware >=1.0.6.27 being detected as Mi Band 2
|
Loading…
Reference in New Issue
Block a user