mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-24 00:27:33 +01:00
bump version, update CHANGELOG
(not yet release time)
This commit is contained in:
parent
a63dc4a018
commit
45263d08d5
@ -1,5 +1,14 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.20.2
|
||||||
* Amazfit Bip: Various fixes regarding weather, add condition string support for FW 0.0.8.74
|
* 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: enable caller display in later firmwares
|
||||||
|
@ -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.2"
|
versionName "0.21.0"
|
||||||
versionCode 100
|
versionCode 101
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user