compose alpha10

This commit is contained in:
John O'Reilly 2021-01-13 20:25:45 +00:00
parent 7f62a622ac
commit 6c1dcc01a7

View file

@ -10,9 +10,9 @@ object Versions {
const val sqliteJdbcDriver = "3.30.1"
const val slf4j = "1.7.30"
const val compose = "1.0.0-alpha09"
const val nav_compose = "1.0.0-alpha04"
const val accompanist = "0.4.1"
const val compose = "1.0.0-alpha10"
const val nav_compose = "1.0.0-alpha05"
const val accompanist = "0.4.2"
const val junit = "4.13"
const val testRunner = "1.3.0"