Skip to content

Commit d7f7298

Browse files
committed
日常升级相关插件版本
1 parent 3d2ac25 commit d7f7298

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

app/build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ android {
5151

5252
dependencies {
5353

54-
implementation("androidx.core:core-ktx:1.10.1")
55-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
54+
implementation("androidx.core:core-ktx:1.13.1")
55+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
5656

5757

5858
implementation ("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.14")
@@ -61,12 +61,12 @@ dependencies {
6161
//implementation ("com.github.bumptech.glide:annotations:4.16.0")
6262
implementation ("com.github.bumptech.glide:okhttp3-integration:4.16.0")
6363
ksp("com.github.bumptech.glide:ksp:4.16.0")
64-
implementation ("com.google.code.gson:gson:2.10.1")
64+
implementation ("com.google.code.gson:gson:2.11.0")
6565
implementation(project(":oklibrary"))
66-
implementation("androidx.appcompat:appcompat:1.6.1")
67-
implementation("com.google.android.material:material:1.10.0")
66+
implementation("androidx.appcompat:appcompat:1.7.0")
67+
implementation("com.google.android.material:material:1.12.0")
6868
testImplementation("junit:junit:4.13.2")
69-
androidTestImplementation("androidx.test.ext:junit:1.1.5")
70-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
69+
androidTestImplementation("androidx.test.ext:junit:1.2.1")
70+
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
7171

7272
}

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.4.0" apply false
4-
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
5-
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
3+
id("com.android.application") version "8.5.1" apply false
4+
id("org.jetbrains.kotlin.android") version "1.9.25" apply false
5+
id("com.google.devtools.ksp") version "1.9.25-1.0.20" apply false
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Feb 25 12:44:58 CST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

oklibrary/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ android {
4949

5050
dependencies {
5151

52-
implementation("androidx.core:core-ktx:1.10.1")
53-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
52+
implementation("androidx.core:core-ktx:1.13.1")
53+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
5454

5555
api ("com.squareup.okhttp3:okhttp:5.0.0-alpha.14")
5656
testImplementation("junit:junit:4.13.2")
57-
androidTestImplementation("androidx.test.ext:junit:1.1.5")
58-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
57+
androidTestImplementation("androidx.test.ext:junit:1.2.1")
58+
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
5959

6060
}
6161

@@ -65,7 +65,7 @@ publishing { // 发布配置
6565
register<MavenPublication>("release") { // 注册一个名字为 release 的发布内容
6666
groupId = "com.gateoftruth.library"
6767
artifactId = "OkSimple"
68-
version = "3.4.2"
68+
version = "3.4.3"
6969

7070
afterEvaluate { // 在所有的配置都完成之后执行
7171
// 从当前 module 的 release 包中发布

0 commit comments

Comments
 (0)