feat: add support for user-selected export directories; implement DocumentFile integration for CSV exports
This commit is contained in:
@@ -96,6 +96,8 @@ dependencies {
|
||||
|
||||
// Reorderable LazyColumn for drag-and-drop
|
||||
implementation 'org.burnoutcrew.composereorderable:reorderable:0.9.6'
|
||||
// DocumentFile (SAF) support for user-selected export directories
|
||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||
}
|
||||
|
||||
// Ktlint configuration
|
||||
|
||||
Reference in New Issue
Block a user