From df4af0ed877fe4b18f2fd77cfff60d593a27d560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=9C=A8=E5=9D=A4?= Date: Sun, 18 Jan 2026 15:58:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0Android=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新build.gradle.kts构建配置 --- app-android/app/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-android/app/build.gradle.kts b/app-android/app/build.gradle.kts index 5f9f8c6..5aab33e 100644 --- a/app-android/app/build.gradle.kts +++ b/app-android/app/build.gradle.kts @@ -84,6 +84,9 @@ dependencies { // Permissions implementation(libs.accompanist.permissions) + // DataStore + implementation("androidx.datastore:datastore-preferences:1.0.0") + // Testing testImplementation(libs.junit) androidTestImplementation(libs.androidx.junit)