Skip to content

Commit

Permalink
Updated to version 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Mar 3, 2020
1 parent c74d9ca commit 9157586
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -18,8 +18,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 29
versionCode 2020060
versionName "2.2.0"
versionCode 2020161
versionName "2.2.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": 2020161,
"Title": "Changes in version 2.2.1",
"Messages": [
"Fix language code for Hebrew.",
"Improved error handling."
]
},
{
"VersionCode": 2020059,
"Title": "Changes in version 2.2.0",
Expand Down Expand Up @@ -42,13 +50,6 @@
"Fix crash on Samsung Galaxy A6.",
"Updated Chinese, Hungarian, Italian and Spanish translations."
]
},
{
"VersionCode": 2010250,
"Title": "Changes in version 2.1.2",
"Messages": [
"Fix duplicated logs when file logging enabled."
]
}
]
}
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2020161.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix language code for Hebrew.
- Improved error handling.

0 comments on commit 9157586

Please sign in to comment.