From 33fd89d3222380de90bc7f4bde87e8d3c34afdde Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 27 Nov 2024 19:09:05 +0100 Subject: [PATCH] Update to version 2.15.2. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 17 +++++++---------- .../android/en-US/changelogs/2150213.txt | 1 + 3 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2150213.txt diff --git a/app/build.gradle b/app/build.gradle index d0bb0cf..d9e952f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 34 compileSdk 34 - versionCode 2150112 - versionName "2.15.1" + versionCode 2150213 + versionName "2.15.2" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index fea87e0..fd01a76 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,12 @@ { "Entries": [ + { + "VersionCode": 2150213, + "Title": "Changes in version 2.15.2", + "Messages": [ + "Fix crash when starting collector on Android 13+ without proper permissions." + ] + }, { "VersionCode": 2150112, "Title": "Changes in version 2.15.1", @@ -45,16 +52,6 @@ "Improve readability of message when there are no measurements on the device.", "Improve opening Network type settings." ] - }, - { - "VersionCode": 2140302, - "Title": "Changes in version 2.14.3", - "Messages": [ - "Fix 5G (NR) cell Tracking Area Code accepted values range.", - "Use dialog instead of notification for error reporting in F-Droid builds.", - "Add Finish translation.", - "Update Hungarian translation." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2150213.txt b/fastlane/metadata/android/en-US/changelogs/2150213.txt new file mode 100644 index 0000000..2dfc1c8 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2150213.txt @@ -0,0 +1 @@ +- Fix crash when starting collector on Android 13+ without proper permissions. \ No newline at end of file