Skip to content

Commit 28234ca

Browse files
committed
Prepare release 17.5.0 (29)
1 parent 2682a82 commit 28234ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Heat Pump Display Release Notes
22

3-
## Next release
3+
## 17.5.0 (2025-10-07)
44

55
- Temperatures: add Mixing Circuit 3. Thanks @sim-san!
66
- Improved: avoid showing content behind display cutouts or navigation bars.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
applicationId = "com.uwetrottmann.wpdisplay"
3333
minSdk = 21 /* Android 5 (L) */
3434
targetSdk = 35 /* Android 15 */
35-
versionCode = 28
36-
versionName = "17.4.0"
35+
versionCode = 29
36+
versionName = "17.5.0"
3737

3838
vectorDrawables.useSupportLibrary = true
3939
}

0 commit comments

Comments
 (0)