File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ android {
5151
5252dependencies {
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}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
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}
Original file line number Diff line number Diff line change 11# Sun Feb 25 12:44:58 CST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =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
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ android {
4949
5050dependencies {
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 包中发布
You can’t perform that action at this time.
0 commit comments