mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bumped version and added makibes hr3 to readme.
This commit is contained in:
parent
4437220c54
commit
ecd1595e84
@ -1,5 +1,11 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.36.3
|
||||||
* Basic Makibes HR3 support
|
* Basic Makibes HR3 support
|
||||||
|
|
||||||
|
@ -109,6 +109,7 @@ Please [this wiki article](https://codeberg.org/Freeyourgadget/Gadgetbridge/wiki
|
|||||||
* Andreas Böhler (Casio GB-6900B)
|
* Andreas Böhler (Casio GB-6900B)
|
||||||
* Jean-François Greffier (Mi Scale 2)
|
* Jean-François Greffier (Mi Scale 2)
|
||||||
* Johannes Schmitt (BFH-16)
|
* Johannes Schmitt (BFH-16)
|
||||||
|
* Lukas Schwichtenberg (Makibes HR3)
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
|
@ -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.36.3"
|
versionName "0.36.4"
|
||||||
versionCode 158
|
versionCode 159
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user