Merge pull request #117131 from syntaxerror247/fixing-my-blunder

Android: Fix FileAccess crash when using treeUri in Gradle-built apps
This commit is contained in:
Rémi Verschelde 2026-03-06 12:44:43 +01:00
commit 19726167ce
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 3 additions and 1 deletions

View file

@ -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"
}