Skip to content

Commit

Permalink
Updated to version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jan 26, 2020
1 parent e468520 commit 5851979
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -18,8 +18,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 29
versionCode 2010250
versionName "2.1.2"
versionCode 2010352
versionName "2.1.3"

vectorDrawables.useSupportLibrary = true

Expand Down
19 changes: 9 additions & 10 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"Entries": [
{
"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."
]
},
{
"VersionCode": 2010250,
"Title": "Changes in version 2.1.2",
Expand Down Expand Up @@ -40,16 +49,6 @@
"Updated external components to improve stability.",
"Updated translations."
]
},
{
"VersionCode": 2000742,
"Title": "Changes in version 2.0.7",
"Messages": [
"Added Chinese Simplified translation.",
"Updated Russian translation.",
"Use delete verb consistently. Closes issue <a href=\"https://github.com/zamojski/TowerCollector/issues/62\">#62</a>.",
"Use consistent line endings in the exported files. Closes issue <a href=\"https://github.com/zamojski/TowerCollector/issues/63\">#63</a>."
]
}
]
}
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2010352.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix only measurements from first SIM card collected on Android 10.
- Fix crash on Samsung Galaxy A6.
- Updated Chinese, Hungarian, Italian and Spanish translations.

0 comments on commit 5851979

Please sign in to comment.