sign in and display account content

This commit is contained in:
Owen LeJeune
2022-03-11 22:34:08 -05:00
parent 695af865ec
commit de4f137df9
22 changed files with 226 additions and 126 deletions

View File

@@ -22,6 +22,6 @@ object Versions {
const val gson = "2.8.7"
const val koin = "3.1.4"
const val paging = "3.1.0"
const val coil = "1.4.0"
const val coil = "2.0.0-rc01"
}