From 8c23ca2cdb78f088332c33e126b0449029e03778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Clushunming=E2=80=9D?= <“lusm@oceansoft.com.cn”> Date: Tue, 13 Aug 2024 20:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 14 +++++++------- tools/build.gradle | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5282be20..bfa9dbfb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,12 +5,12 @@ plugins { android { namespace 'com.github.catvod' - compileSdk 34 + defaultConfig { applicationId "com.github.catvod.demo" - minSdk 16 + minSdk 24 targetSdk 34 } @@ -47,15 +47,15 @@ dependencies { implementation 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3' implementation 'com.github.thegrizzlylabs:sardine-android:0.9' implementation 'wang.harlon.quickjs:wrapper-android:0.21.1' - implementation 'com.squareup.okhttp3:okhttp:3.12.13' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.google.code.gson:gson:2.11.0' - implementation 'cn.wanghaomiao:JsoupXpath:2.5.1' - implementation 'com.google.zxing:core:3.3.0' + implementation 'cn.wanghaomiao:JsoupXpath:2.5.3' + implementation 'com.google.zxing:core:3.5.3' implementation 'com.orhanobut:logger:2.2.0' - implementation 'org.jsoup:jsoup:1.15.3' + implementation 'org.jsoup:jsoup:1.18.1' // Required -- JUnit 4 framework - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' // Optional -- Mockito framework(可选,用于模拟一些依赖对象,以达到隔离依赖的效果) testImplementation 'org.mockito:mockito-core:5.12.0' testImplementation "org.robolectric:robolectric:4.13" diff --git a/tools/build.gradle b/tools/build.gradle index c3c43b90..2285cffd 100644 --- a/tools/build.gradle +++ b/tools/build.gradle @@ -8,7 +8,7 @@ java { } dependencies { - implementation 'com.squareup.okhttp3:okhttp:3.12.13' - implementation 'com.google.guava:guava:32.0.0-jre' - implementation 'com.google.code.gson:gson:2.8.6' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' + implementation 'com.google.guava:guava:33.2.1-jre' + implementation 'com.google.code.gson:gson:2.11.0' } \ No newline at end of file