mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version, update CHANGELOG (not yet release time)
This commit is contained in:
parent
165dcf897b
commit
9ac4b923c4
@ -1,5 +1,10 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.20.2 (next)
|
||||||
|
* Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74
|
||||||
|
* Amazfit Bip: enable caller display in later firmwares
|
||||||
|
* Amazfit Bip: initial firmware update support (EXPERIMENTAL, AT YOUR OWN RISK)
|
||||||
|
|
||||||
#### Version 0.20.1
|
#### Version 0.20.1
|
||||||
* Amazfit Bip: Support icons and text body for notifications
|
* Amazfit Bip: Support icons and text body for notifications
|
||||||
* Mi Band: Fix setting smart alarms
|
* Mi Band: Fix setting smart alarms
|
||||||
|
@ -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.20.1"
|
versionName "0.20.2"
|
||||||
versionCode 99
|
versionCode 100
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user