Skip to content

Commit de55332

Browse files
committed
version 1.4,Gradle 更新到 8.12.0,Gson 更新到 2.13.1
1 parent d0dcc8d commit de55332

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ afterEvaluate {
4444
create<MavenPublication>("release") {
4545
groupId = "com.github.ghhccghk"
4646
artifactId = "HyperFocusApi"
47-
version = "1.3"
47+
version = "1.4"
4848
from(components["release"])
4949
}
5050
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
gradle = "8.1.4"
3-
gson = "2.12.1"
2+
gradle = "8.12.0"
3+
gson = "2.13.1"
44
kotlinGradlePlugin = "1.8.22"
55

66
[libraries]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Mar 25 17:51:56 CST 2025
1+
#Mon Aug 04 21:41:50 CST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)