From c844ff14ab7bc7d7c1e0912160fa69fffb5b74ed Mon Sep 17 00:00:00 2001 From: qimiko <25387744+qimiko@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:16:07 -0700 Subject: [PATCH] replace unused material dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 66667180..419f894f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.8.2' implementation 'androidx.activity:activity-ktx:1.8.2' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.11.0' + implementation "androidx.documentfile:documentfile:1.0.1" implementation "com.squareup.okio:okio:3.7.0" implementation "com.squareup.okhttp3:okhttp:4.12.0" implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0'