From 0336845cd1626aa9489930ac89a0ce1b1ff3f208 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 25 Jun 2022 07:21:48 +0200 Subject: [PATCH] Update to version 2.14.0. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 18 ++++++++++-------- .../android/en-US/changelogs/2140099.txt | 4 ++++ 3 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2140099.txt diff --git a/app/build.gradle b/app/build.gradle index 5b415d9e..e89c3940 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 30 - versionCode 2130098 - versionName "2.13.0" + versionCode 2140099 + versionName "2.14.0" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 9fb87ea9..82da99f4 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,15 @@ { "Entries": [ + { + "VersionCode": 2140099, + "Title": "Changes in version 2.14.0", + "Messages": [ + "Change Uploader to show progress in dialog and notification to unify behavior with Export function.", + "Remove unnecessary prompt to select storage when disabling file logging.", + "Fixes related to data collection with NetMonster API.", + "Small bug fixes." + ] + }, { "VersionCode": 2130098, "Title": "Changes in version 2.13.0", @@ -42,14 +52,6 @@ "Add option to start and stop Export with Intents.", "Fix crash when starting other action while Export is in progress." ] - }, - { - "VersionCode": 2090389, - "Title": "Changes in version 2.9.3", - "Messages": [ - "Fix crash when displaying new version dialog in case the notification was created before application was updated.", - "Always show location accuracy if available." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2140099.txt b/fastlane/metadata/android/en-US/changelogs/2140099.txt new file mode 100644 index 00000000..556d7e71 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2140099.txt @@ -0,0 +1,4 @@ +- Change Uploader to show progress in dialog and notification to unify behavior with Export function. +- Remove unnecessary prompt to select storage when disabling file logging. +- Fixes related to data collection with NetMonster API. +- Small bug fixes. \ No newline at end of file