diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 77d6f9ef4..ae173f8cf 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta04" + implementation "androidx.compose.foundation:foundation:1.7.0-beta05" implementation "androidx.compose.material:material:1.7.0-beta04" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 6ed2a74a4..df70392ec 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta04" + implementation "androidx.compose.foundation:foundation:1.7.0-beta05" implementation "androidx.compose.material:material:1.7.0-beta04" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'