From 1297b89e59d4d59b82265721fab9303bd750f31a Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 2 Dec 2024 22:10:06 +0100 Subject: [PATCH] Update to version 2.15.4. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 18 +++++++----------- .../android/en-US/changelogs/2150415.txt | 1 + 3 files changed, 10 insertions(+), 13 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2150415.txt diff --git a/app/build.gradle b/app/build.gradle index 6f5bcb2..243eb26 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 34 compileSdk 34 - versionCode 2150314 - versionName "2.15.3" + versionCode 2150415 + versionName "2.15.4" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index b4d85e5..c14e89f 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,12 @@ { "Entries": [ + { + "VersionCode": 2150415, + "Title": "Changes in version 2.15.4", + "Messages": [ + "Fix permission denied error when starting collector on Android 13." + ] + }, { "VersionCode": 2150314, "Title": "Changes in version 2.15.3", @@ -38,17 +45,6 @@ "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", - "Messages": [ - "Fix upload result presentation.", - "Add check for Internet connection before starting upload.", - "Add option to use custom MLS-compatible server for uploads.", - "Display a warning when attempting to export database when there is no data to upload.", - "Improve error handling." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2150415.txt b/fastlane/metadata/android/en-US/changelogs/2150415.txt new file mode 100644 index 0000000..32425f4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2150415.txt @@ -0,0 +1 @@ +- Fix permission denied error when starting collector on Android 13. \ No newline at end of file