From 77ff94a279c1594f285497476284f700a00fd93f Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 29 Jun 2021 07:42:04 +0200 Subject: [PATCH] Updated to version 2.9.1. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 19 ++++++++----------- .../android/en-US/changelogs/2090187.txt | 2 ++ 3 files changed, 12 insertions(+), 13 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2090187.txt diff --git a/app/build.gradle b/app/build.gradle index 59ffb67e..17649af8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2090086 - versionName "2.9.0" + versionCode 2090187 + versionName "2.9.1" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index be43e9f7..c379c332 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,13 @@ { "Entries": [ + { + "VersionCode": 2090187, + "Title": "Changes in version 2.9.1", + "Messages": [ + "Fix crash when clicking on a link in a dialog window.", + "Fix crash after database upgrade." + ] + }, { "VersionCode": 2090086, "Title": "Changes in version 2.9.0", @@ -65,17 +73,6 @@ "Updated privacy statement with one missing feature.", "Update translations." ] - }, - { - "VersionCode": 2070476, - "Title": "Changes in version 2.7.4", - "Messages": [ - "Fix RSRP value too high on Samsung phones.", - "Fix map not refreshed after upload.", - "Fix log file not recreated after deletion until app gets killed.", - "Fix Ukrainian translation.", - "Small improvements." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2090187.txt b/fastlane/metadata/android/en-US/changelogs/2090187.txt new file mode 100644 index 00000000..36ca7499 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2090187.txt @@ -0,0 +1,2 @@ +- Fix crash when clicking on a link in a dialog window. +- Fix crash after database upgrade. \ No newline at end of file