Skip to content

Commit

Permalink
Updated to version 2.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jul 2, 2021
1 parent 7849e5e commit 77ff94a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 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 2090086
versionName "2.9.0"
versionCode 2090187
versionName "2.9.1"

vectorDrawables.useSupportLibrary = true

Expand Down
19 changes: 8 additions & 11 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"Entries": [
{
"VersionCode": 2090187,
"Title": "Changes in version 2.9.1",
"Messages": [
"Fix crash when clicking on a link in a dialog window.",
"Fix crash after database upgrade."
]
},
{
"VersionCode": 2090086,
"Title": "Changes in version 2.9.0",
Expand Down Expand Up @@ -65,17 +73,6 @@
"Updated privacy statement with one missing feature.",
"Update translations."
]
},
{
"VersionCode": 2070476,
"Title": "Changes in version 2.7.4",
"Messages": [
"Fix RSRP value too high on Samsung phones.",
"Fix map not refreshed after upload.",
"Fix log file not recreated after deletion until app gets killed.",
"Fix Ukrainian translation.",
"Small improvements."
]
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2090187.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix crash when clicking on a link in a dialog window.
- Fix crash after database upgrade.

0 comments on commit 77ff94a

Please sign in to comment.