diff --git a/CHANGELOG.md b/CHANGELOG.md index d61bd2c5d..81966738b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 43e1ad617..a839c749a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 2fe026eea..53349e5a1 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,8 @@ + + Amazfit Bip: Auto-switch language on connect (English, Simplified Chinese, Traditional Chinese), requires FW 0.0.9.14+ + Amazfit Bip: Support flashing CEP and ALM files for AGPS Amazfit Bip: Initial experimental support for fetching logs from the watch diff --git a/fastlane/metadata/android/en-US/changelogs/104.txt b/fastlane/metadata/android/en-US/changelogs/104.txt new file mode 100644 index 000000000..081dc69cc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/104.txt @@ -0,0 +1 @@ +* Amazfit Bip: Auto-switch language on connect (English, Simplified Chinese, Traditional Chinese), requires FW 0.0.9.14+