Skip to content

Commit 0044235

Browse files
eriedclaude
andcommitted
Bump to 0.4.0-preview4
Service Mode UI overhaul (light theme, square shapes, matrix log, inspect range filter, raw presets per family) plus the corrected P6 motor temp (body[31] linear formula). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4d9b01d commit 0044235

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId = "com.eried.eucplanet"
2828
minSdk = 29
2929
targetSdk = 35
30-
versionCode = 29
31-
versionName = "0.4.0-preview3"
30+
versionCode = 30
31+
versionName = "0.4.0-preview4"
3232

3333
val buildStamp = SimpleDateFormat("yyMMdd.HHmm")
3434
.apply { timeZone = TimeZone.getTimeZone("UTC") }

wear/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId = "com.eried.eucplanet"
2323
minSdk = 30
2424
targetSdk = 35
25-
versionCode = 29
26-
versionName = "0.4.0-preview3"
25+
versionCode = 30
26+
versionName = "0.4.0-preview4"
2727
}
2828

2929
signingConfigs {

0 commit comments

Comments
 (0)