diff --git a/app/build.gradle b/app/build.gradle index 97c68d3f..9ef0db64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 33 - versionCode 2140100 - versionName "2.14.1" + versionCode 2140201 + versionName "2.14.2" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 3fe86a1e..fb4a8ab1 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,15 @@ { "Entries": [ + { + "VersionCode": 2140201, + "Title": "Changes in version 2.14.2", + "Messages": [ + "Update compatibility with Android 12 and 13.", + "Add cell discovery date to CSV export and JSON broadcast.", + "Update website address.", + "Update translations." + ] + }, { "VersionCode": 2140100, "Title": "Changes in version 2.14.1", @@ -34,20 +44,6 @@ "Improve support for 5G networks by utilizing NetMonster logic.", "Improve error handling." ] - }, - { - "VersionCode": 2110094, - "Title": "Changes in version 2.11.0", - "Messages": [ - "Fix number of discovered local cells higher than number of local cells.", - "Fix upload configuration not saved when don't show again is checked.", - "Fix export progress window sometimes stays open after export is finished.", - "Fix export result window appears one more time after restoring minimized application.", - "Fix crash when exporting data when storage folder is undefined.", - "Add option to contribute anonymously on upload configurator.", - "Improved descriptions and translations.", - "Small bug fixes." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2140201.txt b/fastlane/metadata/android/en-US/changelogs/2140201.txt new file mode 100644 index 00000000..55076620 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2140201.txt @@ -0,0 +1,4 @@ +- Update compatibility with Android 12 and 13. +- Add cell discovery date to CSV export and JSON broadcast. +- Update website address. +- Update translations. \ No newline at end of file