Skip to content

Commit

Permalink
Updated to version 2.7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Feb 5, 2021
1 parent 96d2379 commit 0a85b87
Show file tree
Hide file tree
Showing 3 changed files with 18 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 2070374
versionName "2.7.3"
versionCode 2070476
versionName "2.7.4"

vectorDrawables.useSupportLibrary = true

Expand Down
22 changes: 11 additions & 11 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"Entries": [
{
"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."
]
},
{
"VersionCode": 2070374,
"Title": "Changes in version 2.7.3",
Expand Down Expand Up @@ -34,17 +45,6 @@
"Add Turkish translation. Thanks to Gökdeniz Küçükali :)",
"Update translations."
]
},
{
"VersionCode": 2060170,
"Title": "Changes in version 2.6.1",
"Messages": [
"Fix crash when loading preferences.",
"Fix last export action not remembered.",
"Fix 'No apps can perform this action' when sharing exported file.",
"Add French translation. Thanks to Poussinou, m.dutendas, mondstern and others :)",
"Add information about background location permission to start at boot option."
]
}
]
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2070476.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 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.

0 comments on commit 0a85b87

Please sign in to comment.