From d97b44819870034e33e957446e524f58cbde583a Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 28 Oct 2019 15:44:44 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++-- app/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 647bb40bb..f8949a94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 90b1f97e1..5a4a99a0b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 {