We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd735e commit b70c58cCopy full SHA for b70c58c
app/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "uk.nktnet.webviewkiosk"
42
minSdk = 21
43
targetSdk = 36
44
- versionCode = 109
45
- versionName = "0.25.4"
+ versionCode = 110
+ versionName = "0.25.5"
46
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
47
}
48
metadata/en-US/changelogs/110.txt
@@ -0,0 +1,7 @@
1
+## Changes
2
+
3
+- feat(mqtt): allow packages to be launched via commands
4
+- feat(mqtt): allow requesting launchable and lock task permitted packages
5
+- feat(about): add source code url to system app info
6
+- fix(mqtt): wk/command notify - default content text value
7
+- fix(mqtt): string resource
0 commit comments