1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

bump version

This commit is contained in:
Andreas Shimokawa 2017-12-21 10:17:37 +01:00
parent f6b183d39a
commit ce378f6d35
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version 0.23.1 (next)
* Initial support for Omnijaws weather service
* Amazfit Cor: Fixes for installing newer firmware versions
#### Version 0.23.0
* Initial support for LineageOS/CyanogenMod weather provider
* Amazfit Bip/Cor: Support for current weather temperature

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.23.0"
versionCode 114
versionName "0.23.1"
versionCode 115
vectorDrawables.useSupportLibrary = true
}
buildTypes {