mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
bump version, update changelog
This commit is contained in:
parent
3d09b9dc97
commit
7e29234a7e
@ -1,5 +1,8 @@
|
||||
### 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
|
||||
* Amazfit Bip: Support flashing CEP and ALM files for AGPS
|
||||
* Amazfit Bip: Initial experimental support for fetching logs from the watch
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.21.2"
|
||||
versionCode 103
|
||||
versionName "0.21.3"
|
||||
versionCode 104
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<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>
|
||||
|
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