Skip to content

Commit 3b372b3

Browse files
committed
Updated to version 2.9.3.
1 parent 20d25ad commit 3b372b3

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId "info.zamojski.soft.towercollector"
1818
minSdkVersion 21
1919
targetSdkVersion 29
20-
versionCode 2090288
20+
versionCode 2090389
2121
versionName "2.9.2"
2222

2323
vectorDrawables.useSupportLibrary = true

app/src/main/res/raw/changelog.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"Entries": [
3+
{
4+
"VersionCode": 2090389,
5+
"Title": "Changes in version 2.9.3",
6+
"Messages": [
7+
"Fix crash when displaying new version dialog in case the notification was created before application was updated.",
8+
"Always show location accuracy if available."
9+
]
10+
},
311
{
412
"VersionCode": 2090288,
513
"Title": "Changes in version 2.9.2",
@@ -59,18 +67,6 @@
5967
"Enlarge dot icons to make them easier to click.",
6068
"Hide tooltip on second click on dot."
6169
]
62-
},
63-
{
64-
"VersionCode": 2080182,
65-
"Title": "Changes in version 2.8.1",
66-
"Description": "The 2.8.0 version introduced new way of interacting with file system and reduces number of requested permissions. The change is required to make the application running correctly on Android 11. I'm open to any feedback, feel free to contact me by email, Twitter, Facebook or GitHub - links in Preferences :)",
67-
"Messages": [
68-
"Add option to contribute to OpenCellID anonymously.",
69-
"Block navigation between tabs with swiping when map tab is active.",
70-
"Allow setting maximum map cache size.",
71-
"Disable clearing map cache when disabling map tab.",
72-
"Improve error handling."
73-
]
7470
}
7571
]
7672
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fix crash when displaying new version dialog in case the notification was created before application was updated.
2+
- Always show location accuracy if available.

0 commit comments

Comments
 (0)