Skip to content

Commit 9848f70

Browse files
committed
Update to Compose 1.0.0-alpha06
1 parent fd4dc61 commit 9848f70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/java/dev/chrisbanes/accompanist/buildsrc/dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ object Libs {
5757
}
5858

5959
object Compose {
60-
const val snapshot = "6922857"
61-
const val version = "1.0.0-SNAPSHOT"
60+
const val snapshot = ""
61+
const val version = "1.0.0-alpha06"
6262

6363
@JvmStatic
6464
val snapshotUrl: String

0 commit comments

Comments
 (0)