From 528a9f66fd2ce79cd41efa42cdf8a2d160ac67f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=EC=98=81=EB=AF=BC?= Date: Sun, 14 Jan 2024 00:40:03 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=9F=AC?= =?UTF-8?q?=EB=A6=AC=20=EB=B2=84=EC=A0=84=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8c5780e..df6a845 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -110,7 +110,7 @@ dependencies { implementation("androidx.paging:paging-runtime-ktx:3.2.1") implementation("androidx.paging:paging-compose:3.3.0-alpha02") implementation("androidx.hilt:hilt-navigation-compose:1.2.0-alpha01") - implementation("androidx.security:security-crypto:1.1.0-alpha03") + implementation("androidx.security:security-crypto:1.1.0-alpha06") implementation("androidx.compose.material:material:1.5.4") implementation("com.google.dagger:hilt-android:2.49")