1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-24 16:21:16 +02:00

update changelog - bump version

This commit is contained in:
Andreas Shimokawa 2022-05-30 13:28:21 +02:00
parent 236d9d9e2f
commit 8a6c0ddbfe
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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()}\""