Skip to content

Commit

Permalink
Merge pull request #50 from highmobility/v0-add-brands
Browse files Browse the repository at this point in the history
V0 add brands
  • Loading branch information
tonisives authored Nov 20, 2024
2 parents 1d92908 + b661607 commit c0d6c37
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.8.3] - 2024-11-20

### Added

- Audi and Škoda brand


## [0.8.2] - 2024-09-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
coroutinesVersion = '1.6.4'
koinVersion = '3.2.0'
ver = [
"hmkit-fleet" : "0.7.0",
"hmkit-fleet" : "0.8.2",
"hmkit-crypto-telematics": "0.1",
"hmkit-auto-api" : "13.1.1",
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.8.2
version=0.8.3
kotlin.code.style=official
2 changes: 1 addition & 1 deletion hmkit-fleet-consumer
12 changes: 12 additions & 0 deletions hmkit-fleet/src/main/kotlin/model/VehicleAccess.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ enum class Brand {
@SerialName("audi")
AUDI,

@SerialName("dacia")
DACIA,

@SerialName("volkswagen")
VOLKSWAGEN,

@SerialName("seat")
SEAT,

@SerialName("cupra")
CUPRA,

@SerialName("sandbox")
SANDBOX,
}

0 comments on commit c0d6c37

Please sign in to comment.