We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823a77f commit 5cb2748Copy full SHA for 5cb2748
fastlane/metadata/android/en-US/changelogs/12.txt
@@ -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
@@ -9,8 +9,8 @@ android {
9
applicationId "com.health.openscale.sync"
10
minSdkVersion 29
11
targetSdkVersion 36
12
- versionCode 11
13
- versionName "0.4.1"
+ versionCode 12
+ versionName "0.4.2"
14
archivesBaseName = "openScale-sync-$versionName"
15
multiDexEnabled true
16
}
0 commit comments