Skip to content

Commit

Permalink
Updated to version 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jan 31, 2020
1 parent 8d5f89a commit 633b824
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 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 2010454
versionName "2.1.4"
versionCode 2010555
versionName "2.1.5"

vectorDrawables.useSupportLibrary = true

Expand Down
17 changes: 8 additions & 9 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"Entries": [
{
"VersionCode": 2010555,
"Title": "Changes in version 2.1.5",
"Messages": [
"Fix crash when starting collector.",
"Improve look of shortcut icons on some launchers."
]
},
{
"VersionCode": 2010454,
"Title": "Changes in version 2.1.4",
Expand Down Expand Up @@ -37,15 +45,6 @@
"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",
"Description": "Newly added support for 5G (NR) and TD-SCDMA currently allows you to collect an export data to CSV and GPX formats. It's not possible to upload such measurements because OpenCellId and Mozilla Location Services don't accept them yet. Because 5G is not available in my country and TD-SCDMA is used only in China I'm not able to test them with real data, so if you find any issues related to collecting, export or upload please contact me!",
"Messages": [
"Dropped support for Android 4.0-4.4.",
"Add support for 5G (NR) and TD-SCDMA on Android 10+."
]
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2010555.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix crash when starting collector.
- Improve look of shortcut icons on some launchers.

0 comments on commit 633b824

Please sign in to comment.