build(deps): 升级项目依赖版本

This commit is contained in:
2026-07-27 02:10:41 +08:00
parent cef92d6a2f
commit 51eb7e9cb7
6 changed files with 16 additions and 16 deletions

View File

@@ -57,14 +57,14 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
api "androidx.appcompat:appcompat:1.3.1"
api 'androidx.appcompat:appcompat:1.3.1'
api 'com.google.code.gson:gson:2.14.0'
api 'io.reactivex.rxjava3:rxjava:3.1.12'
api 'io.reactivex.rxjava3:rxandroid:3.0.2'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.squareup.okhttp3:okhttp:4.8.1'
implementation 'com.squareup.okhttp3:logging-interceptor:4.8.1'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
// implementation 'com.squareup.retrofit2:adapter-rxjava:2.9.0'
implementation 'com.squareup.retrofit2:adapter-rxjava3:3.0.0'
@@ -72,7 +72,7 @@ dependencies {
implementation 'com.github.franmontiel:PersistentCookieJar:v1.0.1'
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
api 'androidx.lifecycle:lifecycle-runtime:2.3.1'
api 'androidx.lifecycle:lifecycle-common:2.3.1'
kapt 'androidx.lifecycle:lifecycle-compiler:2.3.1'
api 'androidx.lifecycle:lifecycle-common:2.6.2'
api 'androidx.lifecycle:lifecycle-runtime:2.6.2'
kapt 'androidx.lifecycle:lifecycle-compiler:2.6.2'
}