We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22699bf commit 1318215Copy full SHA for 1318215
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "uk.nktnet.webviewkiosk"
16
minSdk = 21
17
targetSdk = 36
18
- versionCode = 114
19
- versionName = "0.26.0"
+ versionCode = 115
+ versionName = "0.26.1"
20
buildConfigField("int", "MIN_SDK_VERSION", "$minSdk")
21
}
22
metadata/en-US/changelogs/115.txt
@@ -0,0 +1,3 @@
1
+## Changes
2
+
3
+- fix(mqtt): wk/settings brightness not applying for foreground service
0 commit comments