File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737 compose true
3838 }
3939 composeOptions {
40- kotlinCompilerExtensionVersion ' 1.3.1 '
40+ kotlinCompilerExtensionVersion = " 1.3.2 "
4141 }
4242 packagingOptions {
4343 resources {
@@ -78,7 +78,7 @@ dependencies {
7878 implementation ' androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
7979
8080 // Material Design 3 for Compose
81- implementation " androidx.compose.material3:material3:1.0.0-beta03 "
81+ implementation " androidx.compose.material3:material3:1.0.0-rc01 "
8282
8383 def nav_compose_version = " 2.5.2"
8484 implementation " androidx.navigation:navigation-compose:$nav_compose_version "
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.3.0-beta03 '
3+ compose_version = ' 1.3.0-rc01 '
44 }
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66plugins {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 implementation " androidx.compose.material:material-icons-extended:$compose_version "
6060
6161 // Material Design 3 for Compose
62- implementation " androidx.compose.material3:material3:1.0.0-beta03 "
62+ implementation " androidx.compose.material3:material3:1.0.0-rc01 "
6363
6464 testImplementation ' junit:junit:4.13.2'
6565 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
You can’t perform that action at this time.
0 commit comments