bump version, update CHANGELOG

(not yet release time)
master
Andreas Shimokawa 2017-09-03 14:20:40 +02:00
parent a63dc4a018
commit 45263d08d5
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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 {