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.86.1
|
||||
|
||||
* Fossil/Skagen Hybrids: Fix connection failure
|
||||
|
||||
#### 0.86.0
|
||||
|
||||
* Initial support for Amazfit Active 2 NFC
|
||||
|
||||
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user