diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index d5e12df3d..a8b6a5087 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" - implementation "androidx.compose.material:material:1.7.0-beta01" + implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index f8266323d..23a743da4 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" - implementation "androidx.compose.material:material:1.7.0-beta01" + implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'