We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2682a82 commit 28234caCopy full SHA for 28234ca
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Heat Pump Display Release Notes
2
3
-## Next release
+## 17.5.0 (2025-10-07)
4
5
- Temperatures: add Mixing Circuit 3. Thanks @sim-san!
6
- Improved: avoid showing content behind display cutouts or navigation bars.
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 = 28
36
- versionName = "17.4.0"
+ versionCode = 29
+ versionName = "17.5.0"
37
38
vectorDrawables.useSupportLibrary = true
39
}
0 commit comments