From 40b0da55ce981c6b7cdcd08ac6fc25af9aa2432c Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 26 Jan 2021 07:33:25 +0100 Subject: [PATCH] Updated to version 2.7.3. --- app/build.gradle | 4 +-- app/src/main/res/raw/changelog.json | 31 ++++++------------- .../android/en-US/changelogs/2070374.txt | 3 ++ 3 files changed, 14 insertions(+), 24 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2070374.txt diff --git a/app/build.gradle b/app/build.gradle index e9fd2501..aa3c9e1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2070273 - versionName "2.7.2" + versionCode 2070374 + versionName "2.7.3" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index cedb2a63..c44ed639 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,14 @@ { "Entries": [ + { + "VersionCode": 2070374, + "Title": "Changes in version 2.7.3", + "Messages": [ + "Improve privacy statement according to updated Google Play policy.", + "Add scale bar to the map.", + "Add short CID and RNC to map maker description." + ] + }, { "VersionCode": 2070273, "Title": "Changes in version 2.7.2", @@ -36,28 +45,6 @@ "Add French translation. Thanks to Poussinou, m.dutendas, mondstern and others :)", "Add information about background location permission to start at boot option." ] - }, - { - "VersionCode": 2060069, - "Title": "Changes in version 2.6.0", - "Description": "If you experience app crashes on Android 10 when collecting, please make sure to update your system. One of early Android 10 versions has a defect which I cannot work around or fix :(", - "Messages": [ - "Improve request background location permission only when needed on Android 10 and 11.", - "Collect RSSI for GSM, Ec/No for WCDMA on Android 11 and ARFCN for various versions.", - "Fix exception when stopping Collector.", - "Fix issues with corrupted databases having only part of the tables created.", - "Fix error when checking database version before it gets created.", - "Improve error handling.", - "Many small improvements." - ] - }, - { - "VersionCode": 2050168, - "Title": "Changes in version 2.5.1", - "Description": "If you experience app crashes on Android 10 when collecting, please make sure to update your system. One of early Android 10 versions has a defect which I cannot work around or fix :(", - "Messages": [ - "Add option to open single exported file." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2070374.txt b/fastlane/metadata/android/en-US/changelogs/2070374.txt new file mode 100644 index 00000000..6835a5de --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2070374.txt @@ -0,0 +1,3 @@ +- Improve privacy statement according to updated Google Play policy. +- Add scale bar to the map. +- Add short CID and RNC to map maker description. \ No newline at end of file