mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
bump version and draft changelog
This commit is contained in:
parent
537ab20c9f
commit
3c99adbf13
@ -1,4 +1,12 @@
|
||||
### 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
|
||||
* Huami: Support flashing newer GPS firmware and GPS ALM
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 28
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.44.2"
|
||||
versionCode 175
|
||||
versionName "0.45.0"
|
||||
versionCode 176
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
Loading…
Reference in New Issue
Block a user