Skip to content

Commit

Permalink
Update to version 2.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Apr 20, 2022
1 parent dffa459 commit 06ea8f6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 30
versionCode 2120097
versionName "2.12.0"
versionCode 2130098
versionName "2.13.0"

vectorDrawables.useSupportLibrary = true

Expand Down
22 changes: 9 additions & 13 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"Entries": [
{
"VersionCode": 2130098,
"Title": "Changes in version 2.13.0",
"Messages": [
"Distinguish newly discovered from old cells on the map.",
"Add Korean translation. Thank you zipi!",
"Update translation."
]
},
{
"VersionCode": 2120097,
"Title": "Changes in version 2.12.0",
Expand Down Expand Up @@ -41,19 +50,6 @@
"Fix crash when displaying new version dialog in case the notification was created before application was updated.",
"Always show location accuracy if available."
]
},
{
"VersionCode": 2090288,
"Title": "Changes in version 2.9.2",
"Messages": [
"Add unit of measure to map cache size preference.",
"Change follow me icon on the map tab.",
"Fix infinitely collecting data while stationary when on multi-SIM device one of reported main cells is invalid.",
"Fix export of database and preferences not overwriting existing file.",
"Fix export of database and preferences incorrectly overwriting existing file content.",
"Fix export of preferences created file that couldn't be edited in text editor.",
"Update translation."
]
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2120097.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Improve support for 5G networks by utilizing NetMonster logic.
- Improve error handling.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2130098.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Distinguish newly discovered from old cells on the map.
- Add Korean translation.
- Update translation.

0 comments on commit 06ea8f6

Please sign in to comment.