Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Upgrade compose dependencies
Browse files Browse the repository at this point in the history
including activity-compose
  • Loading branch information
noahjutz committed Mar 26, 2021
1 parent 4bd0035 commit 5f92947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ object Libs {
}

object Compose {
private const val versionActivity = "1.3.0-alpha04"
const val version = "1.0.0-beta02"
private const val versionActivity = "1.3.0-alpha05"
const val version = "1.0.0-beta03"
const val ui = "androidx.compose.ui:ui:$version"
const val tooling = "androidx.compose.ui:ui-tooling:$version"
const val foundation = "androidx.compose.foundation:foundation:$version"
Expand Down

0 comments on commit 5f92947

Please sign in to comment.