mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
Android: Fix FileAccess crash when using treeUri in Gradle-built apps
This commit is contained in:
@@ -41,6 +41,7 @@ dependencies {
|
||||
|
||||
implementation "androidx.fragment:fragment:$versions.fragmentVersion"
|
||||
implementation "androidx.core:core-splashscreen:$versions.splashscreenVersion"
|
||||
implementation "androidx.documentfile:documentfile:$versions.documentfileVersion"
|
||||
|
||||
if (rootProject.findProject(":lib")) {
|
||||
implementation project(":lib")
|
||||
|
||||
@@ -23,6 +23,7 @@ ext.versions = [
|
||||
kotlinTestVersion : '1.3.11',
|
||||
testRunnerVersion : '1.7.0',
|
||||
testOrchestratorVersion: '1.6.1',
|
||||
documentfileVersion: '1.1.0',
|
||||
]
|
||||
|
||||
ext.getExportPackageName = { ->
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user