Skip to content

Commit

Permalink
Updated to version 2.7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jan 26, 2021
1 parent bb955d0 commit 40b0da5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 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 2070273
versionName "2.7.2"
versionCode 2070374
versionName "2.7.3"

vectorDrawables.useSupportLibrary = true

Expand Down
31 changes: 9 additions & 22 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"Entries": [
{
"VersionCode": 2070374,
"Title": "Changes in version 2.7.3",
"Messages": [
"Improve privacy statement according to updated Google Play policy.",
"Add scale bar to the map.",
"Add short CID and RNC to map maker description."
]
},
{
"VersionCode": 2070273,
"Title": "Changes in version 2.7.2",
Expand Down Expand Up @@ -36,28 +45,6 @@
"Add French translation. Thanks to Poussinou, m.dutendas, mondstern and others :)",
"Add information about background location permission to start at boot option."
]
},
{
"VersionCode": 2060069,
"Title": "Changes in version 2.6.0",
"Description": "If you experience app crashes on Android 10 when collecting, please make sure to update your system. One of early Android 10 versions has a defect which I cannot work around or fix :(",
"Messages": [
"Improve request background location permission only when needed on Android 10 and 11.",
"Collect RSSI for GSM, Ec/No for WCDMA on Android 11 and ARFCN for various versions.",
"Fix exception when stopping Collector.",
"Fix issues with corrupted databases having only part of the tables created.",
"Fix error when checking database version before it gets created.",
"Improve error handling.",
"Many small improvements."
]
},
{
"VersionCode": 2050168,
"Title": "Changes in version 2.5.1",
"Description": "If you experience app crashes on Android 10 when collecting, please make sure to update your system. One of early Android 10 versions has a defect which I cannot work around or fix :(",
"Messages": [
"Add option to open single exported file."
]
}
]
}
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2070374.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Improve privacy statement according to updated Google Play policy.
- Add scale bar to the map.
- Add short CID and RNC to map maker description.

0 comments on commit 40b0da5

Please sign in to comment.