From e5880e954ee76972ae2c129701f5609e449d2357 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Thu, 26 Nov 2020 07:00:37 +0100 Subject: [PATCH] update openScale to version 2.3.3 --- android_app/app/build.gradle | 6 +++--- fastlane/metadata/android/en-GB/changelogs/52.txt | 9 +++++++++ .../metadata/openScale_light/en-GB/changelogs/52.txt | 9 +++++++++ fastlane/metadata/openScale_pro/en-GB/changelogs/52.txt | 9 +++++++++ 4 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-GB/changelogs/52.txt create mode 100644 fastlane/metadata/openScale_light/en-GB/changelogs/52.txt create mode 100644 fastlane/metadata/openScale_pro/en-GB/changelogs/52.txt diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 6805b672..28eb7ab3 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -8,8 +8,8 @@ android { testApplicationId "com.health.openscale.test" minSdkVersion 21 targetSdkVersion 29 - versionCode 51 - versionName "2.3.2" + versionCode 52 + versionName "2.3.3" manifestPlaceholders = [ appIcon: "@drawable/ic_launcher_openscale", @@ -130,7 +130,7 @@ android { } dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.0' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1' implementation 'com.google.android.material:material:1.3.0-alpha03' implementation 'com.google.android.material:material:1.3.0-alpha03' diff --git a/fastlane/metadata/android/en-GB/changelogs/52.txt b/fastlane/metadata/android/en-GB/changelogs/52.txt new file mode 100644 index 00000000..23f3ce64 --- /dev/null +++ b/fastlane/metadata/android/en-GB/changelogs/52.txt @@ -0,0 +1,9 @@ +Version 2.3.3 +- fixed background and image colour in dark mode +- fixed a crash when selecting a Bluetooth device during the slideshow +- fixed crash when disable and enable measurements with no data + +Version 2.3.2 +- added support for Libra like trendlines +- updated some translations +- fixed minor bug diff --git a/fastlane/metadata/openScale_light/en-GB/changelogs/52.txt b/fastlane/metadata/openScale_light/en-GB/changelogs/52.txt new file mode 100644 index 00000000..23f3ce64 --- /dev/null +++ b/fastlane/metadata/openScale_light/en-GB/changelogs/52.txt @@ -0,0 +1,9 @@ +Version 2.3.3 +- fixed background and image colour in dark mode +- fixed a crash when selecting a Bluetooth device during the slideshow +- fixed crash when disable and enable measurements with no data + +Version 2.3.2 +- added support for Libra like trendlines +- updated some translations +- fixed minor bug diff --git a/fastlane/metadata/openScale_pro/en-GB/changelogs/52.txt b/fastlane/metadata/openScale_pro/en-GB/changelogs/52.txt new file mode 100644 index 00000000..23f3ce64 --- /dev/null +++ b/fastlane/metadata/openScale_pro/en-GB/changelogs/52.txt @@ -0,0 +1,9 @@ +Version 2.3.3 +- fixed background and image colour in dark mode +- fixed a crash when selecting a Bluetooth device during the slideshow +- fixed crash when disable and enable measurements with no data + +Version 2.3.2 +- added support for Libra like trendlines +- updated some translations +- fixed minor bug