Skip to content

Commit 928fc5a

Browse files
eriedclaude
andcommitted
Bump version to 0.3.1
V14 family stays unchanged from 0.3.0 production. New in 0.3.1: - InMotion P6 fully supported (telemetry, settings, light/horn/lock/mode) - V12 HS / HT / Pro support via the multi-wheel adapter - Virtual wheel simulator for debug builds (V14 + P6) - Phone+watch APKs share the same versionName so users can pair without confusion Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0303327 commit 928fc5a

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 = 7
31-
versionName = "0.3.0"
30+
versionCode = 8
31+
versionName = "0.3.1"
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
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.eried.eucplanet"
1313
minSdk = 30
1414
targetSdk = 35
15-
versionCode = 7
16-
versionName = "0.3.0"
15+
versionCode = 8
16+
versionName = "0.3.1"
1717
}
1818

1919
buildTypes {

0 commit comments

Comments
 (0)