From c162561428f4ac75d91534ff8b1d017e590a0b5d Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Sat, 30 Mar 2024 12:56:16 +0800 Subject: [PATCH] chore(deps): update dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 66f37ad..5b821e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,16 +107,16 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.preference:preference:1.2.0' + implementation 'androidx.preference:preference:1.2.1' implementation 'com.google.android.material:material:1.7.0' - implementation 'com.squareup.okhttp3:okhttp:4.11.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.elvishew:xlog:1.11.0' implementation 'io.noties.markwon:core:4.6.2' implementation files('libs/BaiduLBS_Android.jar') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:runner:1.5.2' - androidTestImplementation('androidx.test.espresso:espresso-core:3.5.0', { + androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', { exclude group: 'com.android.support', module: 'support-annotations' }) }