Skip to content

Commit

Permalink
Updated to version 2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Mar 18, 2020
1 parent 9646b9c commit ce84c46
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 @@ -17,8 +17,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 29
versionCode 2020161
versionName "2.2.1"
versionCode 2020262
versionName "2.2.2"

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": 2020262,
"Title": "Changes in version 2.2.2",
"Messages": [
"Fix crash due to inconsistency when exporting to GPX file.",
"Fix crash when collecting on some Xiaomi phones."
]
},
{
"VersionCode": 2020161,
"Title": "Changes in version 2.2.1",
Expand Down Expand Up @@ -41,15 +49,6 @@
"Show warning when GPS not available while starting collecting through intent.",
"Enforce secure connections."
]
},
{
"VersionCode": 2010352,
"Title": "Changes in version 2.1.3",
"Messages": [
"Fix only measurements from first SIM card collected on Android 10. Thanks Kami!",
"Fix crash on Samsung Galaxy A6.",
"Updated Chinese, Hungarian, Italian and Spanish translations."
]
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2020262.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix crash due to inconsistency when exporting to GPX file.
- Fix crash when collecting on some Xiaomi phones.

0 comments on commit ce84c46

Please sign in to comment.