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