Skip to content

Commit 829815d

Browse files
eriedclaude
andcommitted
release: 0.14.0 (259 / wear 100259)
Feature release: TPMS tire pressure (metric, graph, HUD, Integration settings section), external GPS speed metric, P6 motor-temp fixes, demand-driven GPS power tiers, Tesla-style notification action buttons, nav and wear fixes. HUD protocol minor bumped to 12. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GHUZZ33sT9FYS6sXiMogJc
1 parent bafa222 commit 829815d

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
@@ -29,8 +29,8 @@ android {
2929
applicationId = "com.eried.eucplanet"
3030
minSdk = 29
3131
targetSdk = 35
32-
versionCode = 258
33-
versionName = "0.13.1"
32+
versionCode = 259
33+
versionName = "0.14.0"
3434

3535
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3636

wear/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
// Wear OS variant rides on the same package as the phone, so we offset
2626
// its versionCode by 100000 to keep them distinct in Play Console while
2727
// preserving the phone-side numbering (37 -> 100037).
28-
versionCode = 100258
29-
versionName = "0.13.1"
28+
versionCode = 100259
29+
versionName = "0.14.0"
3030
}
3131

3232
signingConfigs {

0 commit comments

Comments
 (0)