bump version

This commit is contained in:
Andreas Shimokawa 2019-10-28 15:44:44 +01:00
parent 42312bba60
commit d97b448198
2 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,14 @@
### Changelog
#### NEXT
* Amazfit GTR: Initial and incomplete support
#### Version 0.38.0
* 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
* Makibes HR3: Support the english version
* Makibes HR3: Enable bluetooth pairing for working reconnection
* Work around crash when trying to display changelog
* Sleep detection settings: Rolling 24 hours (existing style) or Noon to noon
* Add alternative color to heartrate in chart settings
#### Version 0.37.1
* Amazfit Bip Lite: Support flashing firmware and watchfaces

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.37.1"
versionCode 159
versionName "0.38.0"
versionCode 160
vectorDrawables.useSupportLibrary = true
}
buildTypes {