Skip to content

Commit

Permalink
#42: added dependency opencsv
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Jan 30, 2023
1 parent be68b78 commit 17a3463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,9 @@ dependencies {
androidTestImplementation "androidx.work:work-testing:$work_version"

implementation 'com.github.QuadFlask:colorpicker:0.0.15'

// https://opencsv.sourceforge.net/
implementation 'com.opencsv:opencsv:5.7.1'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
}

0 comments on commit 17a3463

Please sign in to comment.