Skip to content

Commit

Permalink
Update to version 2.14.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Apr 4, 2023
1 parent de4b19b commit 88ea91d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 33
versionCode 2140100
versionName "2.14.1"
versionCode 2140201
versionName "2.14.2"

vectorDrawables.useSupportLibrary = true

Expand Down
24 changes: 10 additions & 14 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"Entries": [
{
"VersionCode": 2140201,
"Title": "Changes in version 2.14.2",
"Messages": [
"Update compatibility with Android 12 and 13.",
"Add cell discovery date to CSV export and JSON broadcast.",
"Update website address.",
"Update translations."
]
},
{
"VersionCode": 2140100,
"Title": "Changes in version 2.14.1",
Expand Down Expand Up @@ -34,20 +44,6 @@
"Improve support for 5G networks by utilizing NetMonster logic.",
"Improve error handling."
]
},
{
"VersionCode": 2110094,
"Title": "Changes in version 2.11.0",
"Messages": [
"Fix number of discovered local cells higher than number of local cells.",
"Fix upload configuration not saved when don't show again is checked.",
"Fix export progress window sometimes stays open after export is finished.",
"Fix export result window appears one more time after restoring minimized application.",
"Fix crash when exporting data when storage folder is undefined.",
"Add option to contribute anonymously on upload configurator.",
"Improved descriptions and translations.",
"Small bug fixes."
]
}
]
}
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2140201.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Update compatibility with Android 12 and 13.
- Add cell discovery date to CSV export and JSON broadcast.
- Update website address.
- Update translations.

0 comments on commit 88ea91d

Please sign in to comment.