Skip to content

Commit

Permalink
Prepare release 17.2.0 (26)
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Oct 5, 2023
1 parent 9981698 commit 03accd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Heat Pump Display Release Notes
===============================

## next
## 17.2.0 (2023-10-05)

- Default to port 8889 which appears to return more data.
- Increase label font sizes to be more readable.
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.io.FileInputStream
import java.util.*
import java.util.Properties

plugins {
id("com.android.application")
Expand All @@ -22,8 +22,8 @@ android {
applicationId = "com.uwetrottmann.wpdisplay"
minSdk = 21 /* Android 5 (L) */
targetSdk = 33 /* Android 13 (T) */
versionCode = 25
versionName = "17.1.1"
versionCode = 26
versionName = "17.2.0"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 03accd1

Please sign in to comment.