1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-17 22:11:35 +02:00

update openScale to version 2.3.3

This commit is contained in:
oliexdev
2020-11-26 07:00:37 +01:00
parent 0f89b42972
commit e5880e954e
4 changed files with 30 additions and 3 deletions

View File

@@ -8,8 +8,8 @@ android {
testApplicationId "com.health.openscale.test" testApplicationId "com.health.openscale.test"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 51 versionCode 52
versionName "2.3.2" versionName "2.3.3"
manifestPlaceholders = [ manifestPlaceholders = [
appIcon: "@drawable/ic_launcher_openscale", appIcon: "@drawable/ic_launcher_openscale",
@@ -130,7 +130,7 @@ android {
} }
dependencies { 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'
implementation 'com.google.android.material:material:1.3.0-alpha03' implementation 'com.google.android.material:material:1.3.0-alpha03'

View File

@@ -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

View File

@@ -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

View File

@@ -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