Skip to content

Commit

Permalink
Update Compose UI to 1.3.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 25, 2022
1 parent 325e2a8 commit 3226896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/com/skydoves/orbital/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Versions {
internal const val KOTLIN_GRADLE_DOKKA = "1.7.10"
internal const val KOTLIN_BINARY_VALIDATOR = "0.11.0"

internal const val COMPOSE = "1.3.0-alpha03"
internal const val COMPOSE = "1.3.0-beta01"
internal const val COMPOSE_COMPILER = "1.3.0"
internal const val COROUTINES = "1.6.4"

Expand All @@ -21,7 +21,7 @@ object Versions {
internal const val COMPOSE_ACTIVITY = "1.4.0"
internal const val COMPOSE_CONSTRAINT = "1.0.0"

internal const val LANDSCAPIST_GLIDE = "1.6.0"
internal const val LANDSCAPIST_GLIDE = "1.6.1"

internal const val ANDROIDX_TEST_VERSION = "1.4.0"
internal const val BASE_PROFILE_VERSION = "1.2.0-rc01"
Expand Down

0 comments on commit 3226896

Please sign in to comment.