File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
metadata/en-US/changelogs Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616 applicationId = " uk.nktnet.webviewkiosk"
1717 minSdk = 21
1818 targetSdk = 36
19- versionCode = 110
20- versionName = " 0.25.5 "
19+ versionCode = 111
20+ versionName = " 0.25.6 "
2121 buildConfigField(" int" , " MIN_SDK_VERSION" , " $minSdk " )
2222 }
2323
Original file line number Diff line number Diff line change 1+ ## Changes
2+
3+ - feat: allow system apps to be added to lock task packages
4+ - feat: web engine -> allow file picker setting
5+ - feat: allow file export/import (to and from device storage)
6+ - feat: clear_cache command (MQTT)
7+ - feat: gracefully handle missing android system webview (avoid crash)
8+ - fix: external app storage creation for android TVs
9+ - fix: hide slider when device brightness is restricted
You can’t perform that action at this time.
0 commit comments