mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
bump version, update changelog
This commit is contained in:
parent
3d09b9dc97
commit
7e29234a7e
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.21.3
|
||||||
|
* Amazfit Bip: Auto-switch language on connect (English, Simplified Chinese, Traditional Chinese), requires FW 0.0.9.14+
|
||||||
|
|
||||||
#### Version 0.21.2
|
#### Version 0.21.2
|
||||||
* Amazfit Bip: Support flashing CEP and ALM files for AGPS
|
* Amazfit Bip: Support flashing CEP and ALM files for AGPS
|
||||||
* Amazfit Bip: Initial experimental support for fetching logs from the watch
|
* Amazfit Bip: Initial experimental support for fetching logs from the watch
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.21.2"
|
versionName "0.21.3"
|
||||||
versionCode 103
|
versionCode 104
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.21.3" versioncode="104">
|
||||||
|
<change>Amazfit Bip: Auto-switch language on connect (English, Simplified Chinese, Traditional Chinese), requires FW 0.0.9.14+</change>
|
||||||
|
</release>
|
||||||
<release version="0.21.2" versioncode="103">
|
<release version="0.21.2" versioncode="103">
|
||||||
<change>Amazfit Bip: Support flashing CEP and ALM files for AGPS</change>
|
<change>Amazfit Bip: Support flashing CEP and ALM files for AGPS</change>
|
||||||
<change>Amazfit Bip: Initial experimental support for fetching logs from the watch</change>
|
<change>Amazfit Bip: Initial experimental support for fetching logs from the watch</change>
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/104.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/104.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Amazfit Bip: Auto-switch language on connect (English, Simplified Chinese, Traditional Chinese), requires FW 0.0.9.14+
|
Loading…
Reference in New Issue
Block a user