From 02cd583f566fb8654ac5ed65506334e925e05612 Mon Sep 17 00:00:00 2001 From: klaus Date: Tue, 4 Aug 2026 14:13:01 +0900 Subject: [PATCH] =?UTF-8?q?chore(app):=20=EB=8D=B0=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=EC=8A=A4=ED=86=A0=EC=96=B4=20=EB=B2=84=EC=A0=84=EC=9D=84=20?= =?UTF-8?q?=EC=98=AC=EB=A6=B0=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d8cd601..12f4b4b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -267,7 +267,7 @@ dependencies { exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel' exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx' } - implementation "androidx.datastore:datastore-preferences:1.2.0" + implementation "androidx.datastore:datastore-preferences:1.2.1" // Gson implementation "com.google.code.gson:gson:2.13.2"