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

Commit c55d356

Browse files
author
Nick Rout
committed
Update to Compose 1.0.0-beta07
1 parent 8087ecf commit c55d356

File tree

1 file changed

+3
-3
lines changed
  • buildSrc/src/main/java/com/google/android/material/composethemeadapter

1 file changed

+3
-3
lines changed

buildSrc/src/main/java/com/google/android/material/composethemeadapter/dependencies.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ object Libs {
4141

4242
object AndroidX {
4343
object Compose {
44-
const val snapshot = "7352378"
44+
const val snapshot = ""
4545

4646
@JvmStatic
4747
val snapshotUrl: String
@@ -52,7 +52,7 @@ object Libs {
5252
else -> throw IllegalArgumentException("Snapshot version not set")
5353
}
5454

55-
const val version = "1.0.0-SNAPSHOT"
55+
const val version = "1.0.0-beta07"
5656

5757
const val runtime = "androidx.compose.runtime:runtime:$version"
5858
const val foundation = "androidx.compose.foundation:foundation:${version}"
@@ -70,7 +70,7 @@ object Libs {
7070
const val coreKtx = "androidx.core:core-ktx:1.3.1"
7171

7272
object Activity {
73-
const val activityCompose = "androidx.activity:activity-compose:1.3.0-SNAPSHOT"
73+
const val activityCompose = "androidx.activity:activity-compose:1.3.0-alpha08"
7474
}
7575

7676
object Test {

0 commit comments

Comments
 (0)