From fd952aa5ae693e0401cbb94a38f614c323c2b942 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Tue, 22 Aug 2017 00:33:55 +0200 Subject: [PATCH] bump version, add changelog --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 3 +++ fastlane/metadata/android/en-US/changelogs/99.txt | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/99.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f8e1a72..1115776f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +#### Version 0.20.1 +* Amazfit Bip: Support icons and text body for notifications + #### Version 0.20.0 * Inital Amazfit Bip support (WIP) * Various theming fixes diff --git a/app/build.gradle b/app/build.gradle index 14e472240..ffe34039a 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.20.0" - versionCode 98 + versionName "0.20.1" + versionCode 99 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 0f6f8d6d6..a584b180c 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: Support icons and text body for notifications + Inital Amazfit Bip support (WIP) Various theming fixes diff --git a/fastlane/metadata/android/en-US/changelogs/99.txt b/fastlane/metadata/android/en-US/changelogs/99.txt new file mode 100644 index 000000000..d7cc62096 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/99.txt @@ -0,0 +1 @@ +* Amazfit Bip: Support icons and text body for notifications