mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
update version to 0.23.0
This commit is contained in:
parent
f0ac296492
commit
d2d7378a48
@ -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
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user