Skip to content

Commit 8f4668d

Browse files
committed
0.24.45
1 parent 1e43723 commit 8f4668d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId = "uk.nktnet.webviewkiosk"
3232
minSdk = 21
3333
targetSdk = 36
34-
versionCode = 102
35-
versionName = "0.24.44"
34+
versionCode = 103
35+
versionName = "0.24.45"
3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
3838
}

metadata/en-US/changelogs/103.txt

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

Comments
 (0)