We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53599ff commit 4027cb6Copy full SHA for 4027cb6
app/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "uk.nktnet.webviewkiosk"
42
minSdk = 21
43
targetSdk = 36
44
- versionCode = 108
45
- versionName = "0.25.3"
+ versionCode = 109
+ versionName = "0.25.4"
46
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
47
}
48
metadata/en-US/changelogs/109.txt
@@ -0,0 +1,7 @@
1
+## Changes
2
+
3
+- feat(mqtt): connection -> session expiry interval
4
+- fix(mqtt): default data for page up, page down and notify commands
5
+- fix(mqtt): foreground service acquire partial wakelock
6
+- fix(mqtt): subscribe only on initial connect - avoid duplicated callbacks
7
+- fix(mqtt): publish connect event when reconnecting
0 commit comments