Skip to content

Commit 208e838

Browse files
committed
Fix
Fix
1 parent f69eda4 commit 208e838

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,6 @@ dependencies {
7979
implementation(libs.androidx.ui.text.google.fonts)
8080
implementation(libs.androidx.navigation.compose)
8181
implementation(libs.androidx.material.icons.extended)
82+
implementation(libs.androidx.documentfile)
83+
8284
}

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[versions]
22
agp = "8.10.1"
3+
documentfile = "1.1.0"
34
kotlin = "2.1.20"
45
coreKtx = "1.16.0"
56
junit = "4.13.2"
@@ -14,6 +15,7 @@ uiTextGoogleFonts = "1.8.2"
1415
runtimeLivedata = "1.8.2"
1516
[libraries]
1617
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
18+
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "documentfile" }
1719
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "materialIconsExtended" }
1820
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
1921
androidx-ui-text-google-fonts = { module = "androidx.compose.ui:ui-text-google-fonts", version.ref = "uiTextGoogleFonts" }

0 commit comments

Comments
 (0)