Skip to content

Commit 7a76b06

Browse files
committed
Release version 3.0.2
1 parent d725c86 commit 7a76b06

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

android_app/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId = "com.health.openscale"
2626
minSdk = 31
2727
targetSdk = 36
28-
versionCode = 71
29-
versionName = "3.0.1"
28+
versionCode = 72
29+
versionName = "3.0.2"
3030

3131
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3232
manifestPlaceholders["appName"] = "openScale"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)