diff --git a/app/build.gradle b/app/build.gradle index 572425fd..4bf52fea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index fb4a8ab1..d7451684 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -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", @@ -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." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2140302.txt b/fastlane/metadata/android/en-US/changelogs/2140302.txt new file mode 100644 index 00000000..1ac9e591 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2140302.txt @@ -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. \ No newline at end of file