Skip to content

Commit

Permalink
Update Rally to beta09
Browse files Browse the repository at this point in the history
  • Loading branch information
yrezgui committed Jun 16, 2021
1 parent e60b6c0 commit 6b2b63f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ object Libs {
const val coreKtx = "androidx.core:core-ktx:1.6.0-beta02"

object Activity {
const val activityCompose = "androidx.activity:activity-compose:1.3.0-beta01"
const val activityCompose = "androidx.activity:activity-compose:1.3.0-beta02"
}

object Compose {
const val snapshot = ""
const val version = "1.0.0-beta08"
const val version = "1.0.0-beta09"

const val core = "androidx.compose.ui:ui:$version"
const val foundation = "androidx.compose.foundation:foundation:$version"
Expand Down

0 comments on commit 6b2b63f

Please sign in to comment.