Skip to content

Commit

Permalink
Updated to version 2.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Oct 4, 2020
1 parent 9e48fe3 commit 31cc1ce
Show file tree
Hide file tree
Showing 3 changed files with 11 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 2050067
versionName "2.5.0"
versionCode 2050168
versionName "2.5.1"

vectorDrawables.useSupportLibrary = true

Expand Down
15 changes: 8 additions & 7 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"Entries": [
{
"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."
]
},
{
"VersionCode": 2050067,
"Title": "Changes in version 2.5.0",
Expand Down Expand Up @@ -45,13 +53,6 @@
"Improve error handling.",
"Small improvements."
]
},
{
"VersionCode": 2020363,
"Title": "Changes in version 2.2.3",
"Messages": [
"Fix GPS Week Number Rollover on devices manufactured between 2006 and 2016."
]
}
]
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2050168.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add option to open single exported file.

0 comments on commit 31cc1ce

Please sign in to comment.