From 3b5d62e96547fbb9028aeb81b9e55d1f4816dc12 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 21 Mar 2020 13:40:37 +0100 Subject: [PATCH] Updated to version 2.2.3. --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 17 +++++++---------- .../android/en-US/changelogs/2020363.txt | 1 + 3 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2020363.txt diff --git a/app/build.gradle b/app/build.gradle index 7dcd4fe9..e909773c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2020262 - versionName "2.2.2" + versionCode 2020363 + versionName "2.2.3" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 199b1201..8db71308 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,12 @@ { "Entries": [ + { + "VersionCode": 2020363, + "Title": "Changes in version 2.2.3", + "Messages": [ + "Fix GPS Week Number Rollover on devices manufactured between 2006 and 2016." + ] + }, { "VersionCode": 2020262, "Title": "Changes in version 2.2.2", @@ -39,16 +46,6 @@ "Fix crash when starting collector.", "Improve look of shortcut icons on some launchers." ] - }, - { - "VersionCode": 2010454, - "Title": "Changes in version 2.1.4", - "Messages": [ - "Fix crash when stopping collector service if not fully initialized.", - "Fix crash when no active SIM cards on collector start.", - "Show warning when GPS not available while starting collecting through intent.", - "Enforce secure connections." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2020363.txt b/fastlane/metadata/android/en-US/changelogs/2020363.txt new file mode 100644 index 00000000..b2f822af --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2020363.txt @@ -0,0 +1 @@ +- Fix GPS Week Number Rollover on devices manufactured between 2006 and 2016. \ No newline at end of file