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 +4
-4
lines changed
buildSrc/src/main/java/com/google/android/material/composethemeadapter Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ object Libs {
2525
2626 const val gradleMavenPublishPlugin = " com.vanniktech:gradle-maven-publish-plugin:0.13.0"
2727
28- const val mdc = " com.google.android.material:material:1.5 .0-alpha05 "
28+ const val mdc = " com.google.android.material:material:1.6 .0-alpha01 "
2929
3030 object Kotlin {
31- const val version = " 1.5.31 "
31+ const val version = " 1.6.0 "
3232 const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
3333 const val gradlePlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$version "
3434
@@ -52,15 +52,15 @@ object Libs {
5252 else -> throw IllegalArgumentException (" Snapshot version not set" )
5353 }
5454
55- const val version = " 1.1.0-beta02 "
55+ const val version = " 1.1.0-beta04 "
5656
5757 const val runtime = " androidx.compose.runtime:runtime:$version "
5858 const val foundation = " androidx.compose.foundation:foundation:${version} "
5959 const val layout = " androidx.compose.foundation:foundation-layout:${version} "
6060
6161 const val ui = " androidx.compose.ui:ui:${version} "
6262 const val material = " androidx.compose.material:material:${version} "
63- const val material3 = " androidx.compose.material3:material3:1.0.0-alpha01 "
63+ const val material3 = " androidx.compose.material3:material3:1.0.0-alpha02 "
6464
6565 const val tooling = " androidx.compose.ui:ui-tooling:${version} "
6666 const val test = " androidx.compose.ui:ui-test-junit4:${version} "
You can’t perform that action at this time.
0 commit comments