From 3945b317c42fd98dbb5de7d93a77361afefbc98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Tue, 23 Apr 2024 13:58:27 +0800 Subject: [PATCH] Update dependencies --- app/build.gradle | 8 ++++---- build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0f824b7..7791c8f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ android { dependencies { implementation(fileTree("libs")) - implementation "androidx.core:core-ktx:1.12.0" + implementation "androidx.core:core-ktx:1.13.0" implementation "androidx.appcompat:appcompat:1.6.1" implementation "com.google.android.material:material:1.11.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" @@ -102,9 +102,9 @@ dependencies { implementation "androidx.room:room-runtime:2.6.1" implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation "androidx.preference:preference-ktx:1.2.1" - implementation "androidx.camera:camera-view:1.3.2" - implementation "androidx.camera:camera-lifecycle:1.3.2" - implementation "androidx.camera:camera-camera2:1.3.2" + implementation "androidx.camera:camera-view:1.3.3" + implementation "androidx.camera:camera-lifecycle:1.3.3" + implementation "androidx.camera:camera-camera2:1.3.3" ksp "androidx.room:room-compiler:2.6.1" implementation "androidx.work:work-runtime-ktx:2.9.0" implementation "androidx.browser:browser:1.8.0" diff --git a/build.gradle b/build.gradle index 2a80751..9168927 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ buildscript { } plugins { - id 'com.android.application' version '8.3.1' apply false - id 'com.android.library' version '8.3.1' apply false + id 'com.android.application' version '8.3.2' apply false + id 'com.android.library' version '8.3.2' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false id 'com.github.triplet.play' version '3.8.4' apply false