bumped version and added makibes hr3 to readme.

This commit is contained in:
Cre3per 2019-10-09 15:56:01 +02:00 committed by Andreas Shimokawa
parent 4437220c54
commit ecd1595e84
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog
#### Version 0.36.4
* Makibes HR3: Adjusted alarm slot count
* Makibes HR3: Implemented device deletion, heart rate, steps, download progress notification, smart wake up, disconnect notification, quite hours
* Makibes HR3: Fixed medium-length notifications not being displayed
* Makibes HR3: Added a timeout to reverse find device
#### Version 0.36.3
* Basic Makibes HR3 support

View File

@ -109,6 +109,7 @@ Please [this wiki article](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki
* Andreas Böhler (Casio GB-6900B)
* Jean-François Greffier (Mi Scale 2)
* Johannes Schmitt (BFH-16)
* Lukas Schwichtenberg (Makibes HR3)
## Contribute

View File

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