Android: Fix FileAccess crash when using treeUri in Gradle-built apps
This commit is contained in:
parent
bfbe95e510
commit
ed8853b8d1
3 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ apply from: "../scripts/publish-module.gradle"
|
|||
|
||||
dependencies {
|
||||
implementation "androidx.fragment:fragment:$versions.fragmentVersion"
|
||||
implementation 'androidx.documentfile:documentfile:1.1.0'
|
||||
implementation "androidx.documentfile:documentfile:$versions.documentfileVersion"
|
||||
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue