We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0818cfa commit 961f5b4Copy full SHA for 961f5b4
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Heat Pump Display Release Notes
2
3
-## Next release
+## 17.5.1 (2026-01-15)
4
5
- Resolved: compressor frequency and heating quantity are again displayed, if enabled.
6
app/build.gradle.kts
@@ -32,8 +32,8 @@ android {
32
applicationId = "com.uwetrottmann.wpdisplay"
33
minSdk = 21 /* Android 5 (L) */
34
targetSdk = 35 /* Android 15 */
35
- versionCode = 29
36
- versionName = "17.5.0"
+ versionCode = 30
+ versionName = "17.5.1"
37
38
vectorDrawables.useSupportLibrary = true
39
}
0 commit comments