Skip to content

Commit

Permalink
Updated to version 2.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Dec 5, 2020
1 parent 4efe04f commit 18fcc0e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 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 2060069
versionName "2.6.0"
versionCode 2060170
versionName "2.6.1"

vectorDrawables.useSupportLibrary = true

Expand Down
19 changes: 11 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"Entries": [
{
"VersionCode": 2060170,
"Title": "Changes in version 2.6.1",
"Messages": [
"Fix crash when loading preferences.",
"Fix last export action not remembered.",
"Fix 'No apps can perform this action' when sharing exported file.",
"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",
Expand Down Expand Up @@ -47,14 +58,6 @@
"Update external libraries.",
"Many small fixes and improvements."
]
},
{
"VersionCode": 2030065,
"Title": "Changes in version 2.3.0",
"Messages": [
"Collect more signal related values for all network types.",
"Add Timing Advance to GSM."
]
}
]
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2060170.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix crash when loading preferences.
- Fix last export action not remembered.
- Fix 'No apps can perform this action' when sharing exported file.
- Add French translation. Thanks to Poussinou, m.dutendas, mondstern and others :)
- Add information about background location permission to start at boot option.

0 comments on commit 18fcc0e

Please sign in to comment.