Skip to content

Commit

Permalink
Update to version 2.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jun 25, 2022
1 parent cd0abde commit 0336845
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 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 30
versionCode 2130098
versionName "2.13.0"
versionCode 2140099
versionName "2.14.0"

vectorDrawables.useSupportLibrary = true

Expand Down
18 changes: 10 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"Entries": [
{
"VersionCode": 2140099,
"Title": "Changes in version 2.14.0",
"Messages": [
"Change Uploader to show progress in dialog and notification to unify behavior with Export function.",
"Remove unnecessary prompt to select storage when disabling file logging.",
"Fixes related to data collection with NetMonster API.",
"Small bug fixes."
]
},
{
"VersionCode": 2130098,
"Title": "Changes in version 2.13.0",
Expand Down Expand Up @@ -42,14 +52,6 @@
"Add option to start and stop Export with Intents.",
"Fix crash when starting other action while Export is in progress."
]
},
{
"VersionCode": 2090389,
"Title": "Changes in version 2.9.3",
"Messages": [
"Fix crash when displaying new version dialog in case the notification was created before application was updated.",
"Always show location accuracy if available."
]
}
]
}
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2140099.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Change Uploader to show progress in dialog and notification to unify behavior with Export function.
- Remove unnecessary prompt to select storage when disabling file logging.
- Fixes related to data collection with NetMonster API.
- Small bug fixes.

0 comments on commit 0336845

Please sign in to comment.