move seasons and episode list to separate screen

This commit is contained in:
Owen LeJeune
2023-06-27 17:17:01 -04:00
parent 3d3711cee9
commit f9aa5357dc
10 changed files with 435 additions and 280 deletions

View File

@@ -143,6 +143,9 @@ dependencies {
def compose_markdown = "0.3.3"
implementation "com.github.jeziellago:compose-markdown:$compose_markdown"
def cloudy = "0.1.2"
implementation "com.github.skydoves:cloudy:$cloudy"
// testing
def junit = "4.13.2"
def androidx_junit = "1.1.3"