mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-02 21:17:32 +01:00
bump version and draft changelog
This commit is contained in:
parent
537ab20c9f
commit
3c99adbf13
@ -1,4 +1,12 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
#### 0.45.0 (WIP)
|
||||||
|
* Initial support for Amazfit T-Rex
|
||||||
|
* Amazfit Bip S: Support installation of latest .res
|
||||||
|
* Amazfit Bip S: Support longer notification messages
|
||||||
|
* Huami: Improve music playback information
|
||||||
|
* Huami: Ensure cutting strings on UTF-8 border
|
||||||
|
* Stop incoming call notification when VoIP calls are missed
|
||||||
|
* Fix a crash when with Farsi translation
|
||||||
|
|
||||||
#### 0.44.2
|
#### 0.44.2
|
||||||
* Huami: Support flashing newer GPS firmware and GPS ALM
|
* Huami: Support flashing newer GPS firmware and GPS ALM
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.44.2"
|
versionName "0.45.0"
|
||||||
versionCode 175
|
versionCode 176
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user