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

Commit 20ff821

Browse files
committed
v3.13.1
1 parent 5973913 commit 20ff821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auto-api-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sourceCompatibility = '1.8'
1111

1212
ext.ver = [
1313
"hmkit-utils" : "1.4.5",
14-
"hmkit-auto-api" : "3.13.1-d3"
14+
"hmkit-auto-api" : "3.13.1"
1515
]
1616

1717
ext.deps = [

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-d3"
16+
"hmkit-auto-api": "3.13.1"
1717
]
1818

1919
ext.deps = [

0 commit comments

Comments
 (0)