Skip to content

Commit ebdff8a

Browse files
committed
Add androidx.documentfile dependency
1 parent d73c877 commit ebdff8a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

app-backup/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222
testImplementation libs.bundles.mockito.core
2323

2424
implementation libs.androidx.preference
25+
implementation libs.androidx.documentFile
2526

2627
implementation platform(libs.compose.bom)
2728
implementation libs.bundles.compose

app/dependencies/dogReleaseRuntimeClasspath.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ androidx.cursoradapter:cursoradapter:1.0.0
8080
androidx.customview:customview-poolingcontainer:1.0.0
8181
androidx.customview:customview:1.1.0
8282
androidx.databinding:viewbinding:8.10.1
83+
androidx.documentfile:documentfile:1.1.0
8384
androidx.drawerlayout:drawerlayout:1.1.1
8485
androidx.dynamicanimation:dynamicanimation:1.1.0
8586
androidx.emoji2:emoji2-views-helper:1.4.0

app/dependencies/googleReleaseRuntimeClasspath.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ androidx.datastore:datastore-preferences-external-protobuf:1.1.3
9595
androidx.datastore:datastore-preferences-proto:1.1.3
9696
androidx.datastore:datastore-preferences:1.1.3
9797
androidx.datastore:datastore:1.1.3
98+
androidx.documentfile:documentfile:1.1.0
9899
androidx.drawerlayout:drawerlayout:1.1.1
99100
androidx.dynamicanimation:dynamicanimation:1.1.0
100101
androidx.emoji2:emoji2-views-helper:1.4.0

app/dependencies/otherReleaseRuntimeClasspath.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ androidx.cursoradapter:cursoradapter:1.0.0
8080
androidx.customview:customview-poolingcontainer:1.0.0
8181
androidx.customview:customview:1.1.0
8282
androidx.databinding:viewbinding:8.10.1
83+
androidx.documentfile:documentfile:1.1.0
8384
androidx.drawerlayout:drawerlayout:1.1.1
8485
androidx.dynamicanimation:dynamicanimation:1.1.0
8586
androidx.emoji2:emoji2-views-helper:1.4.0

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ androidx-media3-player = "androidx.media3:media3-exoplayer:1.7.1"
8080
androidx-core = "androidx.core:core-ktx:1.16.0"
8181
androidx-collection = "androidx.collection:collection-ktx:1.5.0"
8282
androidx-profileinstaller = "androidx.profileinstaller:profileinstaller:1.4.1"
83+
androidx-documentFile = "androidx.documentfile:documentfile:1.1.0"
8384

8485
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
8586
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }

0 commit comments

Comments
 (0)