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

Commit 172ee3a

Browse files
author
Nick Rout
committed
Update to Compose Compile 1.3.2 and Kotlin 1.7.20
1 parent 48e858f commit 172ee3a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object Libs {
2626
const val gradleMavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.13.0"
2727

2828
object Kotlin {
29-
const val version = "1.7.10"
29+
const val version = "1.7.20"
3030
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
3131
const val gradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:$version"
3232

@@ -51,7 +51,7 @@ object Libs {
5151
}
5252

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

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

0 commit comments

Comments
 (0)