Skip to content

Commit b70c58c

Browse files
committed
0.25.5
1 parent 5fd735e commit b70c58c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ android {
4141
applicationId = "uk.nktnet.webviewkiosk"
4242
minSdk = 21
4343
targetSdk = 36
44-
versionCode = 109
45-
versionName = "0.25.4"
44+
versionCode = 110
45+
versionName = "0.25.5"
4646
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
4747
}
4848

metadata/en-US/changelogs/110.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)