Skip to content

Commit

Permalink
update version to 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisives committed Oct 4, 2022
1 parent a0ea8c0 commit 00f9fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto-api-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply from: "https://raw.githubusercontent.com/tonisives/tools/master/gradle/jup
sourceCompatibility = '1.8'

ext.ver = ["hmkit-utils" : "1.4.5",
"hmkit-auto-api": "3.13.1"]
"hmkit-auto-api": "13.1.1"]

ext.deps = ["utils" : "com.high-mobility:hmkit-utils:${ver."hmkit-utils"}",
"findBugs": 'com.google.code.findbugs:jsr305:3.0.2']
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
ext {
ver = [
"hmkit-utils" : "1.4.5",
"hmkit-auto-api": "3.13.1"
"hmkit-auto-api": "13.1.1"
]

ext.deps = [
Expand Down

0 comments on commit 00f9fd5

Please sign in to comment.