Skip to content

Commit 5cb2748

Browse files
committed
updated openScale sync to 0.4.2
1 parent 823a77f commit 5cb2748

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* complete rewritten in Kotlin
2+
* show info if openScale version is too old for real time sync
3+
* build configuration updated to enhance compatibility with F-Droid
4+
* added option to disable SSL/TLS for MQTT connections
5+
* fixed correct threading for LiveData updates in MQTTService

src/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "com.health.openscale.sync"
1010
minSdkVersion 29
1111
targetSdkVersion 36
12-
versionCode 11
13-
versionName "0.4.1"
12+
versionCode 12
13+
versionName "0.4.2"
1414
archivesBaseName = "openScale-sync-$versionName"
1515
multiDexEnabled true
1616
}

0 commit comments

Comments
 (0)