mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
update changelog, bump version
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
### Changelog
|
||||
|
||||
#### 0.87.1
|
||||
|
||||
* Garmin: Fix strength workout fetching and parsing
|
||||
|
||||
#### 0.87.0
|
||||
|
||||
* Initial support for Amazfit Active 2 Square, Helio Strap, Helio Ring
|
||||
|
||||
+2
-2
@@ -98,8 +98,8 @@ android {
|
||||
minSdk = 23
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.87.0"
|
||||
versionCode 241
|
||||
versionName "0.87.1"
|
||||
versionCode 242
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\""
|
||||
buildConfigField "boolean", "INTERNET_ACCESS", "false"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.87.1" versioncode="242">
|
||||
<change>Garmin: Fix strength workout fetching and parsing</change>
|
||||
</release>
|
||||
<release version="0.87.0" versioncode="241">
|
||||
<change>Initial support for Amazfit Active 2 Square, Helio Strap, Helio Ring</change>
|
||||
<change>Initial support for Blackview R60</change>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
* Garmin: Fix strength workout fetching and parsing
|
||||
Reference in New Issue
Block a user