Skip to content

Commit

Permalink
Updated to version 2.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Mar 21, 2020
1 parent 1878e02 commit 3b5d62e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
17 changes: 7 additions & 10 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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."
]
}
]
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2020363.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix GPS Week Number Rollover on devices manufactured between 2006 and 2016.

0 comments on commit 3b5d62e

Please sign in to comment.