update version to 0.23.0

This commit is contained in:
Andreas Shimokawa 2017-12-11 19:54:36 +01:00
parent f0ac296492
commit d2d7378a48
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog ### Changelog
#### Version 0.23.0 (next)
* Initial support for LineageOS/CyanogenMod weather provider
* Amazfit Bip/Cor: Support for current weather temperature
* Amazfit Bip/Cor: Display firmware version and type also for unknown versions
#### Version 0.22.5 #### Version 0.22.5
* Unlock Teclast H10 support using the same code as H30 * Unlock Teclast H10 support using the same code as H30
* Amazfit Bip: Fix installation of 0.1.0.11 Firmware * Amazfit Bip: Fix installation of 0.1.0.11 Firmware

View File

@ -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.22.5" versionName "0.23.0"
versionCode 113 versionCode 114
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {