From 7965f975e6d37a9c7018126080d6f6a06e8d7d37 Mon Sep 17 00:00:00 2001 From: gedoor Date: Thu, 16 Dec 2021 22:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 18 +++++++++--------- build.gradle | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b29dab01a..94e3b5a36 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -138,11 +138,11 @@ dependencies { //androidX implementation('androidx.core:core-ktx:1.7.0') - implementation('androidx.appcompat:appcompat:1.3.1') + implementation('androidx.appcompat:appcompat:1.4.0') implementation('androidx.activity:activity-ktx:1.4.0') - implementation('androidx.fragment:fragment-ktx:1.3.6') + implementation('androidx.fragment:fragment-ktx:1.4.0') implementation('androidx.preference:preference-ktx:1.1.1') - implementation('androidx.constraintlayout:constraintlayout:2.1.1') + implementation('androidx.constraintlayout:constraintlayout:2.1.2') implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0') implementation('androidx.viewpager2:viewpager2:1.0.0') implementation('com.google.android.material:material:1.4.0') @@ -153,8 +153,8 @@ dependencies { implementation('com.jakewharton.timber:timber:5.0.1') //media - implementation("androidx.media:media:1.4.1") - def exoplayer_version = '2.15.0' + implementation("androidx.media:media:1.4.3") + def exoplayer_version = '2.16.1' implementation("com.google.android.exoplayer:exoplayer-core:$exoplayer_version") implementation("com.google.android.exoplayer:extension-okhttp:$exoplayer_version") @@ -165,11 +165,11 @@ dependencies { implementation("com.louiscad.splitties:splitties-views:$splitties_version") //lifecycle - def lifecycle_version = '2.3.1' + def lifecycle_version = '2.4.0' implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycle_version") //room - def room_version = '2.4.0-beta02' + def room_version = '2.4.0' implementation("androidx.room:room-runtime:$room_version") implementation("androidx.room:room-ktx:$room_version") kapt("androidx.room:room-compiler:$room_version") @@ -181,14 +181,14 @@ dependencies { //规则相关 implementation('org.jsoup:jsoup:1.14.3') implementation('com.jayway.jsonpath:json-path:2.6.0') - implementation('cn.wanghaomiao:JsoupXpath:2.5.0') + implementation('cn.wanghaomiao:JsoupXpath:2.5.1') implementation(project(path: ':epublib')) //JS rhino implementation('com.github.gedoor:rhino-android:1.6') //网络 - implementation('com.squareup.okhttp3:okhttp:4.9.1') + implementation('com.squareup.okhttp3:okhttp:4.9.2') compileOnly('com.google.android.gms:play-services-cronet:17.0.1') { exclude(group: "org.chromium.net") } diff --git a/build.gradle b/build.gradle index 46141cc4d..fa6f2ecf4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.6.0' + ext.kotlin_version = '1.6.10' repositories { google() mavenCentral()