mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
update version to 0.23.0
This commit is contained in:
parent
f0ac296492
commit
d2d7378a48
@ -1,5 +1,10 @@
|
||||
### 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
|
||||
* Unlock Teclast H10 support using the same code as H30
|
||||
* Amazfit Bip: Fix installation of 0.1.0.11 Firmware
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.22.5"
|
||||
versionCode 113
|
||||
versionName "0.23.0"
|
||||
versionCode 114
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
Loading…
Reference in New Issue
Block a user