Skip to content

Commit

Permalink
Updated to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jan 10, 2020
1 parent 49d8e14 commit 711fd1c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 29
versionCode 2010044
versionName "2.1.0"
versionCode 2010146
versionName "2.1.1"

vectorDrawables.useSupportLibrary = true

Expand Down
23 changes: 12 additions & 11 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"Entries": [
{
"VersionCode": 2010146,
"Title": "Changes in version 2.1.1",
"Description": "This version brings many fixes and improvements mainly for Android 10.",
"Messages": [
"Fix export and logging not working on Android 10 due to scoped storage feature.",
"Fix cell info not refreshed on Android 10.",
"Fix 5G (NR) and TD-SCDMA network type field not handled properly in upload and export.",
"Add support for background location permission on Android 10.",
"Remove code for not supported Android versions."
]
},
{
"VersionCode": 2010044,
"Title": "Changes in version 2.1.0",
Expand Down Expand Up @@ -41,17 +53,6 @@
"Fix upload and export to file skipping some measurements.",
"Fix statistics calculated incorrectly."
]
},
{
"VersionCode": 2000540,
"Title": "Changes in version 2.0.5",
"Description": "Do you want stay updated? Follow one of the app communities <a href=\"https://www.facebook.com/towercollector/\">Facebook</a> or <a href=\"https://twitter.com/towercollector/\">Twitter</a>!",
"Messages": [
"Fixed asking to enable GPS before obtaining necessary permissions.",
"Fixed crash when checking for updates on Samsung Galaxy S9+.",
"Fixed failing export to GPX.",
"Changed upload result notification to be single line."
]
}
]
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2010146.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix export and logging not working on Android 10 due to scoped storage feature.
- Fix cell info not refreshed on Android 10.
- Fix 5G (NR) and TD-SCDMA network type field not handled properly in upload and export.
- Add support for background location permission on Android 10.
- Remove code for older Android versions.

0 comments on commit 711fd1c

Please sign in to comment.