mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
update changelog - bump version
This commit is contained in:
parent
236d9d9e2f
commit
8a6c0ddbfe
@ -1,7 +1,11 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
### NEXT
|
### 0.67.1
|
||||||
|
|
||||||
|
* Huami: Fix long music track names not displaying
|
||||||
* Amazfit Bip U/Pro/Band 5: enable extended HR/stress monitoring setting
|
* Amazfit Bip U/Pro/Band 5: enable extended HR/stress monitoring setting
|
||||||
|
* Pebble: Fix calendar blacklist, view and storage
|
||||||
|
* FitPro: fix crash, inactivity warning preference to string
|
||||||
|
|
||||||
### 0.67.0
|
### 0.67.0
|
||||||
* Initial Support for Sony WF-1000XM3
|
* Initial Support for Sony WF-1000XM3
|
||||||
|
@ -55,8 +55,8 @@ android {
|
|||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.67.0"
|
versionName "0.67.1"
|
||||||
versionCode 211
|
versionCode 212
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||||
|
Loading…
Reference in New Issue
Block a user