mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 08:52:58 +01:00
bump version, update CHANGELOG
(not yet release time)
This commit is contained in:
parent
a63dc4a018
commit
45263d08d5
@ -1,5 +1,14 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.21.0 (next)
|
||||
* Initial NO.1 F1 support
|
||||
* Amazfit Bip: Display GPS firmware version
|
||||
* Amazfit Bip: Fix E-Mail notifications
|
||||
* Pebble: Fix crash when takeing screenshots on Android 8.0 (Oreo)
|
||||
* Pebble: Support some google app icons
|
||||
* Pebble: try to support spotify
|
||||
* Fix language being reset to system default
|
||||
|
||||
#### Version 0.20.2
|
||||
* Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74
|
||||
* Amazfit Bip: enable caller display in later firmwares
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.20.2"
|
||||
versionCode 100
|
||||
versionName "0.21.0"
|
||||
versionCode 101
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
Loading…
Reference in New Issue
Block a user