Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions controller/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ android {

// 3. Version Control (OTA)
// NOTE: With splits enabled, this number will be multiplied by 10 (e.g. 50 -> 500, 501, 502)
versionCode 56
versionCode 57
// Dynamic version suffix injected via CI/CD (e.g., "-a1b2c3d")
def ciSuffix = project.hasProperty('versionSuffix') ? project.property('versionSuffix') : ""
versionName "v0.4.1-beta${ciSuffix}"
versionName "v0.5.0-beta${ciSuffix}"

setProperty("archivesBaseName", "$applicationId-$versionName")

Expand Down