From db9d1426a2e62a50dd9be2f222ee62fc0dcc06cd Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Wed, 25 Apr 2018 22:24:55 +0200 Subject: [PATCH] add changelog, bump version --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 5 ++++- fastlane/metadata/android/en-US/changelogs/128.txt | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/128.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index bccc31199..c2dc0d55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Changelog +#### Version 0.26.2 +* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX + #### Version 0.26.1 * Fix crashes and connection problems on Android 6 and lower diff --git a/app/build.gradle b/app/build.gradle index 484342abd..81da3b9e7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 27 // Note: always bump BOTH versionCode and versionName! - versionName "0.26.1" - versionCode 127 + versionName "0.26.2" + versionCode 128 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 7cb7f1a97..d5ab10741 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,7 +1,10 @@ + + Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX + - Fix crashes and connection problems on Android 6 and lower + Fix crashes and connection problems on Android 6 and lower Amazfit Bip: Initial support for GPS tracks diff --git a/fastlane/metadata/android/en-US/changelogs/128.txt b/fastlane/metadata/android/en-US/changelogs/128.txt new file mode 100644 index 000000000..2e9166629 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/128.txt @@ -0,0 +1 @@ +* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX