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

Commit 98e3bf3

Browse files
author
Nick Rout
committed
Update to Compose 1.2.0-rc02
1 parent 8f217eb commit 98e3bf3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object Libs {
5252
else -> throw IllegalArgumentException("Snapshot version not set")
5353
}
5454

55-
const val version = "1.2.0-rc01"
55+
const val version = "1.2.0-rc02"
5656

5757
const val runtime = "androidx.compose.runtime:runtime:$version"
5858
const val foundation = "androidx.compose.foundation:foundation:${version}"

0 commit comments

Comments
 (0)