From 682e8a57158773616240943321b3a3cbda71521d Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 3 Aug 2019 13:32:48 +0530 Subject: Add explicit documentfile dependency We were previously depending on it transitively coming into the dependency graph but AndroidX artifacts are increasingly getting rid of transitive deps so let's start being explicit about our dependencies. Signed-off-by: Harsh Shandilya --- app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6c481c3b..b6c3b7f1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -72,6 +72,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.1.0-rc01") implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta2") + implementation("androidx.documentfile:documentfile:1.0.1") implementation("androidx.preference:preference:1.1.0-rc01") implementation("androidx.recyclerview:recyclerview:1.1.0-beta01") implementation("com.google.android.material:material:1.1.0-alpha09") -- cgit v1.2.3