diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e5357a2..51982a442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### Changelog -#### NEXT -* Amazfit GTS2e: Really fix broken support (probably) +#### 0.54.1 +* Amazfit GTS2e: Really fix broken support * Amazfit Bip S Lite: Fix broken support (probably) #### 0.54.0 diff --git a/app/build.gradle b/app/build.gradle index f7a2350ea..c676b8450 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.54.0" - versionCode 188 + versionName "0.54.1" + versionCode 189 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 26a06351b..ffdaae236 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,9 @@ + + Amazfit GTS2e: Really fix broken support + Amazfit Bip S Lite: Fix broken support (probably) + Initial support for Amazfit X Fix missing menu items for GTS 2 Mini (some improvements also for other GTR2/GTS2 models) diff --git a/fastlane/metadata/android/en-US/changelogs/189.txt b/fastlane/metadata/android/en-US/changelogs/189.txt new file mode 100644 index 000000000..6c2662bf8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/189.txt @@ -0,0 +1,2 @@ +* Amazfit GTS2e: Really fix broken support +* Amazfit Bip S Lite: Fix broken support (probably)