File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -79,4 +79,6 @@ dependencies {
79
79
implementation(libs.androidx.ui.text.google.fonts)
80
80
implementation(libs.androidx.navigation.compose)
81
81
implementation(libs.androidx.material.icons.extended)
82
+ implementation(libs.androidx.documentfile)
83
+
82
84
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
agp = " 8.10.1"
3
+ documentfile = " 1.1.0"
3
4
kotlin = " 2.1.20"
4
5
coreKtx = " 1.16.0"
5
6
junit = " 4.13.2"
@@ -14,6 +15,7 @@ uiTextGoogleFonts = "1.8.2"
14
15
runtimeLivedata = " 1.8.2"
15
16
[libraries ]
16
17
androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
18
+ androidx-documentfile = { module = " androidx.documentfile:documentfile" , version.ref = " documentfile" }
17
19
androidx-material-icons-extended = { module = " androidx.compose.material:material-icons-extended" , version.ref = " materialIconsExtended" }
18
20
androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigationCompose" }
19
21
androidx-ui-text-google-fonts = { module = " androidx.compose.ui:ui-text-google-fonts" , version.ref = " uiTextGoogleFonts" }
You can’t perform that action at this time.
0 commit comments