mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, draft changelog
This commit is contained in:
parent
68a9bcc167
commit
2d52a04fab
@ -1,5 +1,9 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.39.1 (WIP)
|
||||||
|
* Active re-connection
|
||||||
|
* Mi Band2/Amazfip Bip: Make button action settings per-device and enable for Amazfit Bip
|
||||||
|
|
||||||
#### Version 0.39.0
|
#### Version 0.39.0
|
||||||
* Amazfit GTS: Initial and incomplete support, mostly untested
|
* Amazfit GTS: Initial and incomplete support, mostly untested
|
||||||
* Add forward/backward buttons to charts for faster navigation
|
* Add forward/backward buttons to charts for faster navigation
|
||||||
|
@ -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.39.0"
|
versionName "0.39.1"
|
||||||
versionCode 161
|
versionCode 162
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
Reference in New Issue
Block a user