Skip to content

Commit

Permalink
Update to version 2.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jul 4, 2022
1 parent 3b3058d commit 9805da3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 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 2140099
versionName "2.14.0"
versionCode 2140100
versionName "2.14.1"

vectorDrawables.useSupportLibrary = true

Expand Down
20 changes: 8 additions & 12 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"Entries": [
{
"VersionCode": 2140100,
"Title": "Changes in version 2.14.1",
"Messages": [
"Try to fix exception when button cancelling export or upload.",
"Improve error handling."
]
},
{
"VersionCode": 2140099,
"Title": "Changes in version 2.14.0",
Expand Down Expand Up @@ -40,18 +48,6 @@
"Improved descriptions and translations.",
"Small bug fixes."
]
},
{
"VersionCode": 2100093,
"Title": "Changes in version 2.10.0",
"Description": "This is brings the significantly changed Export function. Please report any issues or suggestions via email, link in the Preferences inside Help section.",
"Messages": [
"Add notification showing progress of Export operation.",
"Add option to start and stop Export using Quick Settings toggles.",
"Add option to start and stop Export using shortcuts.",
"Add option to start and stop Export with Intents.",
"Fix crash when starting other action while Export is in progress."
]
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2140100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Try to fix exception when button cancelling export or upload.
- Improve error handling.

0 comments on commit 9805da3

Please sign in to comment.