1 parent 1e43723 commit 8f4668dCopy full SHA for 8f4668d
2 files changed
app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
31
applicationId = "uk.nktnet.webviewkiosk"
32
minSdk = 21
33
targetSdk = 36
34
- versionCode = 102
35
- versionName = "0.24.44"
+ versionCode = 103
+ versionName = "0.24.45"
36
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
37
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
38
}
metadata/en-US/changelogs/103.txt
@@ -0,0 +1,6 @@
1
+## Changes
2
+
3
+- feat: added actions to scroll top or scroll bot
4
+ - Web Browsing -> Address Bar Actions
5
+ - Web Browsing -> Kiosk Control Panel Actions
6
+- fix: search and sort in app list being disabled
0 commit comments