add sign in menu to account tab

This commit is contained in:
Owen LeJeune
2022-03-08 21:26:42 -05:00
parent 6ce7f3fa5c
commit 0ed5fa88f1
22 changed files with 824 additions and 76 deletions

View File

@@ -3,7 +3,7 @@ package com.owenlejeune.tvtime.buildsrc
object Versions {
const val compose = "1.1.0-rc03"
const val compose_material3 = "1.0.0-alpha04"
const val compose_material3 = "1.0.0-alpha06"
const val compose_accompanist = "0.22.1-rc"
const val compose_navigation = "2.4.0"
const val compose_paging = "1.0.0-alpha14"