From 73514299d501d83f36e30684a8ee14c0b7a4628e Mon Sep 17 00:00:00 2001 From: kunfei Date: Thu, 16 Nov 2023 15:04:24 +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 | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 71b670e81..3ab4e82b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -160,8 +160,8 @@ dependencies { //androidX implementation('androidx.core:core-ktx:1.12.0') implementation('androidx.appcompat:appcompat:1.6.1') - implementation('androidx.activity:activity-ktx:1.8.0') - implementation('androidx.fragment:fragment-ktx:1.6.1') + implementation('androidx.activity:activity-ktx:1.8.1') + implementation('androidx.fragment:fragment-ktx:1.6.2') implementation('androidx.preference:preference-ktx:1.2.1') implementation('androidx.constraintlayout:constraintlayout:2.1.4') implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0') diff --git a/build.gradle b/build.gradle index b7fbe93f3..b4c34615c 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { build_tool_version = '34.0.0' kotlin_version = '1.9.20' ksp_version = "1.0.13" - agp_version = '8.1.2' + agp_version = '8.1.3' media3_version = "1.1.1" splitties_version = '3.0.0' room_version = '2.6.0'