We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d725c86 commit 7a76b06Copy full SHA for 7a76b06
2 files changed
android_app/app/build.gradle.kts
@@ -25,8 +25,8 @@ android {
25
applicationId = "com.health.openscale"
26
minSdk = 31
27
targetSdk = 36
28
- versionCode = 71
29
- versionName = "3.0.1"
+ versionCode = 72
+ versionName = "3.0.2"
30
31
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
32
manifestPlaceholders["appName"] = "openScale"
fastlane/metadata/android/en-GB/changelogs/72.txt
@@ -0,0 +1,3 @@
1
+* Improved stability and reliability of Bluetooth connections
2
+* Fixed issues with measurement date/time handling and various minor bugs
3
+* Minor UI and data improvements (e.g. weekday display, updated BMI calculation)
0 commit comments