Skip to content

Commit

Permalink
use 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Mar 10, 2023
1 parent bae13fa commit 7335b65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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.6.5",
"hmkit-fleet" : "0.7.0",
"hmkit-crypto-telematics": "0.1",
"hmkit-auto-api" : "13.1.1",
]
Expand Down
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ rootProject.name = 'hmkit-fleet'
include ':hmkit-fleet',
':hmkit-crypto-telematics',
':hmkit-fleet-consumer',
':hmkit-utils'
':hmkit-utils',
':vehicle-access-store'

project(':hmkit-fleet').projectDir = new File('hmkit-fleet')
project(':vehicle-access-store').projectDir = new File('hmkit-fleet-consumer/vehicle-access-store')
project(':hmkit-fleet-consumer').projectDir = new File('hmkit-fleet-consumer/hmkit-fleet-consumer')
project(':hmkit-utils').projectDir = new File('hmkit-crypto-java/hmkit-utils-java')
project(':hmkit-crypto-telematics').projectDir = new File('hmkit-crypto-java')
Expand Down

0 comments on commit 7335b65

Please sign in to comment.