1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-12-23 17:17:46 +01:00

bump version update changelog

This commit is contained in:
Andreas Shimokawa 2024-12-22 00:03:27 +01:00
parent 4a2d09c4c8
commit 1cd30c29c6
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### Changelog ### Changelog
#### Next Release (WIP) #### 0.83.0
* Add first start onboarding screen * Add first start onboarding screen
* Initial support for Bowers and Wilkins P Series * Initial support for Bowers and Wilkins P Series
* Initial support for Colmi R09 * Initial support for Colmi R09
@ -10,6 +10,7 @@
* Initial support for Realme Buds T110 * Initial support for Realme Buds T110
* Initial support for Redmi Buds 5 Pro * Initial support for Redmi Buds 5 Pro
* Initial support for Xiaomi Smart Band 9 Pro * Initial support for Xiaomi Smart Band 9 Pro
* Initial support for Marstek B2500
* Add calories charts and widgets * Add calories charts and widgets
* Add more workout icons * Add more workout icons
* Bangle.js: Fix call notification in Turkish locale * Bangle.js: Fix call notification in Turkish locale

View File

@ -79,8 +79,8 @@ android {
minSdkVersion 21 minSdkVersion 21
// Note: always bump BOTH versionCode and versionName! // Note: always bump BOTH versionCode and versionName!
versionName "0.82.1" versionName "0.83.0"
versionCode 234 versionCode 235
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
buildConfigField "boolean", "INTERNET_ACCESS", "false" buildConfigField "boolean", "INTERNET_ACCESS", "false"