diff --git a/app/build.gradle b/app/build.gradle index c02d133a..6c490bee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2070374 - versionName "2.7.3" + versionCode 2070476 + versionName "2.7.4" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index c44ed639..c8b32516 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,16 @@ { "Entries": [ + { + "VersionCode": 2070476, + "Title": "Changes in version 2.7.4", + "Messages": [ + "Fix RSRP value too high on Samsung phones.", + "Fix map not refreshed after upload.", + "Fix log file not recreated after deletion until app gets killed.", + "Fix Ukrainian translation.", + "Small improvements." + ] + }, { "VersionCode": 2070374, "Title": "Changes in version 2.7.3", @@ -34,17 +45,6 @@ "Add Turkish translation. Thanks to Gökdeniz Küçükali :)", "Update translations." ] - }, - { - "VersionCode": 2060170, - "Title": "Changes in version 2.6.1", - "Messages": [ - "Fix crash when loading preferences.", - "Fix last export action not remembered.", - "Fix 'No apps can perform this action' when sharing exported file.", - "Add French translation. Thanks to Poussinou, m.dutendas, mondstern and others :)", - "Add information about background location permission to start at boot option." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2070476.txt b/fastlane/metadata/android/en-US/changelogs/2070476.txt new file mode 100644 index 00000000..f23524bd --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2070476.txt @@ -0,0 +1,5 @@ +- Fix RSRP value too high on Samsung phones. +- Fix map not refreshed after upload. +- Fix log file not recreated after deletion until app gets killed. +- Fix Ukrainian translation. +- Small improvements. \ No newline at end of file