From 585197963784939f4d43f3f51154e1d228c53f51 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Jan 2020 21:53:52 +0100 Subject: [PATCH] Updated to version 2.1.3 --- app/build.gradle | 4 ++-- app/src/main/res/raw/changelog.json | 19 +++++++++---------- .../android/en-US/changelogs/2010352.txt | 3 +++ 3 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2010352.txt diff --git a/app/build.gradle b/app/build.gradle index b1de10fb..e262e54c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2010250 - versionName "2.1.2" + versionCode 2010352 + versionName "2.1.3" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index dbbb3499..0c00c399 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,14 @@ { "Entries": [ + { + "VersionCode": 2010352, + "Title": "Changes in version 2.1.3", + "Messages": [ + "Fix only measurements from first SIM card collected on Android 10. Thanks Kami!", + "Fix crash on Samsung Galaxy A6.", + "Updated Chinese, Hungarian, Italian and Spanish translations." + ] + }, { "VersionCode": 2010250, "Title": "Changes in version 2.1.2", @@ -40,16 +49,6 @@ "Updated external components to improve stability.", "Updated translations." ] - }, - { - "VersionCode": 2000742, - "Title": "Changes in version 2.0.7", - "Messages": [ - "Added Chinese Simplified translation.", - "Updated Russian translation.", - "Use delete verb consistently. Closes issue #62.", - "Use consistent line endings in the exported files. Closes issue #63." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2010352.txt b/fastlane/metadata/android/en-US/changelogs/2010352.txt new file mode 100644 index 00000000..3f5c6e4f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2010352.txt @@ -0,0 +1,3 @@ +- Fix only measurements from first SIM card collected on Android 10. +- Fix crash on Samsung Galaxy A6. +- Updated Chinese, Hungarian, Italian and Spanish translations. \ No newline at end of file