Skip to content

Commit

Permalink
Updated to version 2.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed May 23, 2021
1 parent 6a583d9 commit 9fcb11d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 29
versionCode 2080284
versionName "2.8.2"
versionCode 2080385
versionName "2.8.3"

vectorDrawables.useSupportLibrary = true

Expand Down
18 changes: 11 additions & 7 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"Entries": [
{
"VersionCode": 2080385,
"Title": "Changes in version 2.8.3",
"Messages": [
"Add option to disable listening for my location on the map.",
"Add option to start collecting on app start-up.",
"Add legend for the map.",
"Fix collector crashing when there's no signal (Android bug).",
"Fix animation to last measurement on the map if another animation is in progress."
]
},
{
"VersionCode": 2080284,
"Title": "Changes in version 2.8.2",
Expand Down Expand Up @@ -60,13 +71,6 @@
"Add scale bar to the map.",
"Add short CID and RNC to map maker description."
]
},
{
"VersionCode": 2070273,
"Title": "Changes in version 2.7.2",
"Messages": [
"Add copyright notice for OpenStreetMap.org to the map tab."
]
}
]
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2080385.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Add option to disable listening for my location on the map.
- Add option to start collecting on app start-up.
- Add legend for the map.
- Fix collector crashing when there's no signal (Android bug).
- Fix animation to last measurement on the map if another animation is in progress.

0 comments on commit 9fcb11d

Please sign in to comment.