setup some basic retrofit stuff

This commit is contained in:
Owen LeJeune
2022-09-14 20:17:49 -04:00
parent 2b3fd54ac7
commit f30e4b1120
100 changed files with 289 additions and 233 deletions

View File

@@ -59,6 +59,7 @@ dependencies {
// android x
def androidx = "1.0.0"
implementation "androidx.window:window:$androidx"
implementation "androidx.palette:palette:$androidx"
// material
def material = "1.6.1"