mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, add changelog (WIP)
This commit is contained in:
parent
3bf72f957a
commit
811bca516d
@ -1,5 +1,10 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.40.1 (WIP)
|
||||||
|
* Mi Band/Amazfit: Recogize changes when toggling alarm on device (immediately when connected, else when connecting)
|
||||||
|
* Mi Band/Amazfit: Fix some bugs with stuck connection when re-connecting
|
||||||
|
* Mi Band 4: Support higher MTU for multiple times faster firmware transfer (probably also Amazfit GTR/GTS)
|
||||||
|
|
||||||
#### Version 0.40.0
|
#### Version 0.40.0
|
||||||
* Fossil Q Hybrid: Initial support
|
* Fossil Q Hybrid: Initial support
|
||||||
* Bangle.js: Initial support
|
* Bangle.js: Initial support
|
||||||
|
@ -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.40.0"
|
versionName "0.40.1"
|
||||||
versionCode 163
|
versionCode 164
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user