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:
parent
4a2d09c4c8
commit
1cd30c29c6
@ -1,6 +1,6 @@
|
||||
### Changelog
|
||||
|
||||
#### Next Release (WIP)
|
||||
#### 0.83.0
|
||||
* Add first start onboarding screen
|
||||
* Initial support for Bowers and Wilkins P Series
|
||||
* Initial support for Colmi R09
|
||||
@ -10,6 +10,7 @@
|
||||
* Initial support for Realme Buds T110
|
||||
* Initial support for Redmi Buds 5 Pro
|
||||
* Initial support for Xiaomi Smart Band 9 Pro
|
||||
* Initial support for Marstek B2500
|
||||
* Add calories charts and widgets
|
||||
* Add more workout icons
|
||||
* Bangle.js: Fix call notification in Turkish locale
|
||||
|
@ -79,8 +79,8 @@ android {
|
||||
minSdkVersion 21
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.82.1"
|
||||
versionCode 234
|
||||
versionName "0.83.0"
|
||||
versionCode 235
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||
|
Loading…
Reference in New Issue
Block a user