mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bumped version and added makibes hr3 to readme.
This commit is contained in:
parent
4437220c54
commit
ecd1595e84
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user