This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
buildSrc/src/main/java/com/google/android/material/composethemeadapter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ object Versions {
2121}
2222
2323object Libs {
24- const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.2 "
24+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.3 "
2525
2626 const val gradleMavenPublishPlugin = " com.vanniktech:gradle-maven-publish-plugin:0.13.0"
2727
2828 const val mdc = " com.google.android.material:material:1.1.0"
2929
3030 object Kotlin {
31- const val version = " 1.5.30 "
31+ const val version = " 1.5.31 "
3232 const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
3333 const val gradlePlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$version "
3434
@@ -52,7 +52,7 @@ object Libs {
5252 else -> throw IllegalArgumentException (" Snapshot version not set" )
5353 }
5454
55- const val version = " 1.0.3 "
55+ const val version = " 1.0.4 "
5656
5757 const val runtime = " androidx.compose.runtime:runtime:$version "
5858 const val foundation = " androidx.compose.foundation:foundation:${version} "
You can’t perform that action at this time.
0 commit comments