Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update to Compose 1.1.0 and Compose Material 3 1.0.0-alpha05
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rout committed Feb 10, 2022
1 parent 54911b1 commit 56d2286
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ object Libs {
else -> throw IllegalArgumentException("Snapshot version not set")
}

const val version = "1.2.0-alpha01"
const val version = "1.1.0"

const val runtime = "androidx.compose.runtime:runtime:$version"
const val foundation = "androidx.compose.foundation:foundation:${version}"
const val layout = "androidx.compose.foundation:foundation-layout:${version}"

const val ui = "androidx.compose.ui:ui:${version}"
const val material = "androidx.compose.material:material:${version}"
const val material3 = "androidx.compose.material3:material3:1.0.0-alpha03"
const val material3 = "androidx.compose.material3:material3:1.0.0-alpha05"

const val tooling = "androidx.compose.ui:ui-tooling:${version}"
const val test = "androidx.compose.ui:ui-test-junit4:${version}"
Expand Down

0 comments on commit 56d2286

Please sign in to comment.