mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
bump version
This commit is contained in:
parent
42312bba60
commit
d97b448198
@ -1,12 +1,14 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
#### NEXT
|
#### Version 0.38.0
|
||||||
* Amazfit GTR: Initial and incomplete support
|
* Amazfit GTR: Initial and incomplete support, mostly untested
|
||||||
|
* Amazfit Bip: add Portuguese to the list of selectable languages
|
||||||
* Mi Band 4: Enable emoji font setting
|
* Mi Band 4: Enable emoji font setting
|
||||||
* Makibes HR3: Support the english version
|
* Makibes HR3: Support the english version
|
||||||
* Makibes HR3: Enable bluetooth pairing for working reconnection
|
* Makibes HR3: Enable bluetooth pairing for working reconnection
|
||||||
* Work around crash when trying to display changelog
|
* Work around crash when trying to display changelog
|
||||||
* Sleep detection settings: Rolling 24 hours (existing style) or Noon to noon
|
* Sleep detection settings: Rolling 24 hours (existing style) or Noon to noon
|
||||||
|
* Add alternative color to heartrate in chart settings
|
||||||
|
|
||||||
#### Version 0.37.1
|
#### Version 0.37.1
|
||||||
* Amazfit Bip Lite: Support flashing firmware and watchfaces
|
* Amazfit Bip Lite: Support flashing firmware and watchfaces
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.37.1"
|
versionName "0.38.0"
|
||||||
versionCode 159
|
versionCode 160
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user