Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 00f9fd5

Browse files
committed
update version to 13.1.1
1 parent a0ea8c0 commit 00f9fd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

auto-api-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply from: "https://raw.githubusercontent.com/tonisives/tools/master/gradle/jup
1010
sourceCompatibility = '1.8'
1111

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

1515
ext.deps = ["utils" : "com.high-mobility:hmkit-utils:${ver."hmkit-utils"}",
1616
"findBugs": 'com.google.code.findbugs:jsr305:3.0.2']

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
ext {
1414
ver = [
1515
"hmkit-utils" : "1.4.5",
16-
"hmkit-auto-api": "3.13.1"
16+
"hmkit-auto-api": "13.1.1"
1717
]
1818

1919
ext.deps = [

0 commit comments

Comments
 (0)