mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Android: Implement Storage Access Framework (SAF) support
This commit is contained in:
parent
ef34c3d534
commit
60d20ab038
8 changed files with 288 additions and 112 deletions
|
|
@ -13,6 +13,7 @@ apply from: "../scripts/publish-module.gradle"
|
|||
|
||||
dependencies {
|
||||
implementation "androidx.fragment:fragment:$versions.fragmentVersion"
|
||||
implementation 'androidx.documentfile:documentfile:1.1.0'
|
||||
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue