diff --git a/app/build.gradle b/app/build.gradle index 9848eb9d..92a59c6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "info.zamojski.soft.towercollector" minSdkVersion 21 targetSdkVersion 29 - versionCode 2020161 - versionName "2.2.1" + versionCode 2020262 + versionName "2.2.2" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index 2b0a3104..199b1201 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -1,5 +1,13 @@ { "Entries": [ + { + "VersionCode": 2020262, + "Title": "Changes in version 2.2.2", + "Messages": [ + "Fix crash due to inconsistency when exporting to GPX file.", + "Fix crash when collecting on some Xiaomi phones." + ] + }, { "VersionCode": 2020161, "Title": "Changes in version 2.2.1", @@ -41,15 +49,6 @@ "Show warning when GPS not available while starting collecting through intent.", "Enforce secure connections." ] - }, - { - "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." - ] } ] } \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/2020262.txt b/fastlane/metadata/android/en-US/changelogs/2020262.txt new file mode 100644 index 00000000..ddedf7af --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2020262.txt @@ -0,0 +1,2 @@ +- Fix crash due to inconsistency when exporting to GPX file. +- Fix crash when collecting on some Xiaomi phones. \ No newline at end of file