We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eefe1e commit ecdc9d4Copy full SHA for ecdc9d4
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "uk.nktnet.webviewkiosk"
17
minSdk = 21
18
targetSdk = 36
19
- versionCode = 112
20
- versionName = "0.25.7"
+ versionCode = 113
+ versionName = "0.25.8"
21
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
22
}
23
metadata/en-US/changelogs/113.txt
@@ -0,0 +1,4 @@
1
+## Changes
2
+
3
+- feat: set home url using history
4
+- feat: append bookmarks with the current URL or select from history
0 commit comments