Skip to content

Commit

Permalink
Update to version 2.14.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jun 28, 2023
1 parent 0546257 commit 7315e1f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 21
targetSdkVersion 33
versionCode 2140201
versionName "2.14.2"
versionCode 2140302
versionName "2.14.3"

vectorDrawables.useSupportLibrary = true

Expand Down
18 changes: 10 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"Entries": [
{
"VersionCode": 2140302,
"Title": "Changes in version 2.14.3",
"Messages": [
"Fix 5G (NR) cell Tracking Area Code accepted values range.",
"Use dialog instead of notification for error reporting in F-Droid builds.",
"Add Finish translation.",
"Update Hungarian translation."
]
},
{
"VersionCode": 2140201,
"Title": "Changes in version 2.14.2",
Expand Down Expand Up @@ -36,14 +46,6 @@
"Add Korean translation. Thank you zipi!",
"Update translation."
]
},
{
"VersionCode": 2120097,
"Title": "Changes in version 2.12.0",
"Messages": [
"Improve support for 5G networks by utilizing NetMonster logic.",
"Improve error handling."
]
}
]
}
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2140302.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix 5G (NR) cell Tracking Area Code accepted values range.
- Use dialog instead of notification for error reporting in F-Droid builds.
- Add Finish translation.
- Update Hungarian translation.

0 comments on commit 7315e1f

Please sign in to comment.