Skip to content

Commit

Permalink
Updated to version 2.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Apr 23, 2020
1 parent 5bb0e05 commit daaa20d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 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 2020363
versionName "2.2.3"
versionCode 2020464
versionName "2.2.4"

vectorDrawables.useSupportLibrary = true

Expand Down
20 changes: 12 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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."
]
}
]
}
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2020464.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit daaa20d

Please sign in to comment.