swipe on list item cards

This commit is contained in:
Owen LeJeune
2023-03-23 19:00:21 -04:00
parent a9fb0cc9ac
commit 077e51f3cd
4 changed files with 404 additions and 136 deletions

View File

@@ -133,6 +133,8 @@ dependencies {
def markdown = "0.2.1"
implementation "org.jetbrains:markdown:$markdown"
implementation 'de.charlex.compose:revealswipe:1.0.0'
// testing
def junit = "4.13.2"
def androidx_junit = "1.1.3"