From daaa20d884fb6e12bf082b36c942425dbc5583e5 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 23 Apr 2020 19:15:09 +0200 Subject: [PATCH] Updated to version 2.2.4. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 20 +++++++++++-------- .../android/en-US/changelogs/2020464.txt | 6 ++++++ 3 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2020464.txt diff --git a/app/build.gradle b/app/build.gradle index 73a356e8..62e2537d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2020363 - versionName "2.2.3" + versionCode 2020464 + versionName "2.2.4" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 8db71308..64722ba2 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,17 @@ { "Entries": [ + { + "VersionCode": 2020464, + "Title": "Changes in version 2.2.4", + "Messages": [ + "Fix crash when app database is corrupted.", + "Fix crash on buggy phones incorrectly reporting number of active SIM cards.", + "Fix wrong shortcut usage reported to the system causing wrong one selected as the most commonly used.", + "Add GitHub page link.", + "Improve error handling.", + "Small improvements." + ] + }, { "VersionCode": 2020363, "Title": "Changes in version 2.2.3", @@ -38,14 +50,6 @@ "Small fixes and improvements.", "Updated external components." ] - }, - { - "VersionCode": 2010555, - "Title": "Changes in version 2.1.5", - "Messages": [ - "Fix crash when starting collector.", - "Improve look of shortcut icons on some launchers." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2020464.txt b/fastlane/metadata/android/en-US/changelogs/2020464.txt new file mode 100644 index 00000000..8cfcd71e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2020464.txt @@ -0,0 +1,6 @@ +- Fix crash when app database is corrupted. +- Fix crash on buggy phones incorrectly reporting number of active SIM cards. +- Fix wrong shortcut usage reported to the system causing wrong one selected as the most commonly used. +- Add GitHub page link. +- Improve error handling. +- Small improvements. \ No newline at end of file