From d00fd21102f247fc8255ca0572f5c9ce0cf14389 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 28 Mar 2024 22:53:37 +0100 Subject: [PATCH] Update to version 2.14.6. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 14 ++++++-------- .../metadata/android/en-US/changelogs/2140610.txt | 4 ++++ 3 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2140610.txt diff --git a/app/build.gradle b/app/build.gradle index 96470d22..4ee2663b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 33 compileSdk 33 - versionCode 2140505 - versionName "2.14.5" + versionCode 2140610 + versionName "2.14.6" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index df0d360f..9f350899 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,11 @@ { "Entries": [ + { + "VersionCode": 2140610, + "Title": "Changes in version 2.14.6", + "Description": "

IMPORTANT!

Mozilla have made the decision to retire the service and new measurements are no longer accepted. Read more.

The option to upload to Mozilla Location Services temporarily remains available, but I will only try to upload the measurements if custom MLS-compatible address is provided in Preferences.", + "Messages": [] + }, { "VersionCode": 2140505, "Title": "Changes in version 2.14.5", @@ -40,14 +46,6 @@ "Update website address.", "Update translations." ] - }, - { - "VersionCode": 2140100, - "Title": "Changes in version 2.14.1", - "Messages": [ - "Try to fix exception when button cancelling export or upload.", - "Improve error handling." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2140610.txt b/fastlane/metadata/android/en-US/changelogs/2140610.txt new file mode 100644 index 00000000..d1b439a3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2140610.txt @@ -0,0 +1,4 @@ +IMPORTANT! +Mozilla have made the decision to retire the service and new measurements are no longer accepted. Read more: https://discourse.mozilla.org/t/retiring-the-mozilla-location-service/128693 + +The option to upload to Mozilla Location Services temporarily remains available, but I will only try to upload the measurements if custom MLS-compatible address is provided in Preferences. \ No newline at end of file