From 9805da334968cd7491fc4ffbf841e0a385f75027 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 4 Jul 2022 06:08:03 +0200 Subject: [PATCH] Update to version 2.14.1. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 20 ++++++++----------- .../android/en-US/changelogs/2140100.txt | 2 ++ 3 files changed, 12 insertions(+), 14 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2140100.txt diff --git a/app/build.gradle b/app/build.gradle index e89c3940..6db198b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 30 - versionCode 2140099 - versionName "2.14.0" + versionCode 2140100 + versionName "2.14.1" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 82da99f4..3fe86a1e 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,13 @@ { "Entries": [ + { + "VersionCode": 2140100, + "Title": "Changes in version 2.14.1", + "Messages": [ + "Try to fix exception when button cancelling export or upload.", + "Improve error handling." + ] + }, { "VersionCode": 2140099, "Title": "Changes in version 2.14.0", @@ -40,18 +48,6 @@ "Improved descriptions and translations.", "Small bug fixes." ] - }, - { - "VersionCode": 2100093, - "Title": "Changes in version 2.10.0", - "Description": "This is brings the significantly changed Export function. Please report any issues or suggestions via email, link in the Preferences inside Help section.", - "Messages": [ - "Add notification showing progress of Export operation.", - "Add option to start and stop Export using Quick Settings toggles.", - "Add option to start and stop Export using shortcuts.", - "Add option to start and stop Export with Intents.", - "Fix crash when starting other action while Export is in progress." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2140100.txt b/fastlane/metadata/android/en-US/changelogs/2140100.txt new file mode 100644 index 00000000..88006259 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2140100.txt @@ -0,0 +1,2 @@ +- Try to fix exception when button cancelling export or upload. +- Improve error handling. \ No newline at end of file