update changelog, bump version

This commit is contained in:
José Rebelo
2025-09-23 13:51:06 +01:00
parent 76d16b6829
commit 22921b5900
4 changed files with 10 additions and 2 deletions
+4
View File
@@ -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
View File
@@ -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