Update Jetpack Compose version to 1.2.0-alpha07

This commit is contained in:
tom5079
2022-05-06 12:48:19 +09:00
parent 4fe769cbbf
commit 2ef70d0da0
3 changed files with 4 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ object Versions {
const val COROUTINE = "1.6.1"
const val SERIALIZATION = "1.3.2"
const val JETPACK_COMPOSE = "1.1.1"
const val JETPACK_COMPOSE = "1.2.0-alpha07"
const val ACCOMPANIST = "0.23.1"
const val KTOR = "2.0.0"