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

Commit eff85d3

Browse files
author
Nick Rout
committed
Update Compose Compiler to 1.3.1
1 parent 155d0b3 commit eff85d3

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
@@ -51,7 +51,7 @@ object Libs {
5151
}
5252

5353
const val version = "1.2.1"
54-
const val compilerVersion = "1.3.0"
54+
const val compilerVersion = "1.3.1"
5555

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

0 commit comments

Comments
 (0)