update changelog, bump version

This commit is contained in:
José Rebelo
2025-06-23 22:57:40 +01:00
parent 038e409d66
commit fa625597ad
4 changed files with 10 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
### Changelog
#### 0.86.1
* Fossil/Skagen Hybrids: Fix connection failure
#### 0.86.0
* Initial support for Amazfit Active 2 NFC
+2 -2
View File
@@ -93,8 +93,8 @@ android {
buildToolsVersion = '36.0.0'
// Note: always bump BOTH versionCode and versionName!
versionName "0.86.0"
versionCode 239
versionName "0.86.1"
versionCode 240
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.86.1" versioncode="240">
<change>Fossil/Skagen Hybrids: Fix connection failure</change>
</release>
<release version="0.86.0" versioncode="239">
<change>Initial support for Amazfit Active 2 NFC</change>
<change>Initial support for Colmi R12</change>
@@ -0,0 +1 @@
* Fossil/Skagen Hybrids: Fix connection failure