From 079522049daec4455ceb683eade7a468604152bb Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 28 Nov 2024 21:35:08 +0100 Subject: [PATCH] Update to version 2.15.3. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 17 +++++++---------- .../android/en-US/changelogs/2150314.txt | 1 + 3 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2150314.txt diff --git a/app/build.gradle b/app/build.gradle index d9e952f..6f5bcb2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { minSdkVersion 21 targetSdkVersion 34 compileSdk 34 - versionCode 2150213 - versionName "2.15.2" + versionCode 2150314 + versionName "2.15.3" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index fd01a76..b4d85e5 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,12 @@ { "Entries": [ + { + "VersionCode": 2150314, + "Title": "Changes in version 2.15.3", + "Messages": [ + "Fix crash when starting export or upload on Android 14+." + ] + }, { "VersionCode": 2150213, "Title": "Changes in version 2.15.2", @@ -42,16 +49,6 @@ "Display a warning when attempting to export database when there is no data to upload.", "Improve error handling." ] - }, - { - "VersionCode": 2140403, - "Title": "Changes in version 2.14.4", - "Messages": [ - "Fix missing notifications on Android 13.", - "Fix issue with requesting background location permission if no location permission was granted before.", - "Improve readability of message when there are no measurements on the device.", - "Improve opening Network type settings." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2150314.txt b/fastlane/metadata/android/en-US/changelogs/2150314.txt new file mode 100644 index 0000000..2c477d2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2150314.txt @@ -0,0 +1 @@ +- Fix crash when starting export or upload on Android 14+. \ No newline at end of file