Skip to content

Commit

Permalink
Updated to version 2.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Dec 31, 2020
1 parent 2ae1708 commit 45b8b49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 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 2070071
versionName "2.7.0"
versionCode 2070172
versionName "2.7.1"

vectorDrawables.useSupportLibrary = true

Expand Down
17 changes: 7 additions & 10 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Entries": [
{
"VersionCode": 2070172,
"Title": "Changes in version 2.7.1",
"Messages": [
"Try to fix crash when map configuration was not fully initialized."
]
},
{
"VersionCode": 2070071,
"Title": "Changes in version 2.7.0",
Expand Down Expand Up @@ -44,16 +51,6 @@
"Messages": [
"Add option to open single exported file."
]
},
{
"VersionCode": 2050067,
"Title": "Changes in version 2.5.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": [
"Add option to share exported files.",
"Increase active tab indicator height.",
"Improve error handling."
]
}
]
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2070172.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Try to fix crash when map configuration was not fully initialized.

0 comments on commit 45b8b49

Please sign in to comment.