Skip to content

Commit 2cbb00a

Browse files
committed
build: 更新项目依赖和Gradle版本
1 parent 4cb9243 commit 2cbb00a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
agp = "8.8.0"
2+
agp = "8.9.0"
33
annotationVersion = "1.7.1"
44
cronetApi = "119.6045.31"
5-
kotlin = "2.1.0"
5+
kotlin = "2.1.10"
66
coreKtx = "1.10.1"
77
junit = "4.13.2"
88
junitVersion = "1.1.5"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Mar 27 11:22:34 CST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

okcronet/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949

5050
//---------- maven upload info -----------------------------------
5151

52-
val versionName = "1.0.3"
52+
val versionName = "1.0.5"
5353

5454
var signingKeyId = ""//签名的密钥后8位
5555
var signingPassword = ""//签名设置的密码

0 commit comments

Comments
 (0)