diff --git a/ActivityEmbeddingWithPredictiveBack/app/build.gradle b/ActivityEmbeddingWithPredictiveBack/app/build.gradle index 214cc50c..df8f9e2f 100644 --- a/ActivityEmbeddingWithPredictiveBack/app/build.gradle +++ b/ActivityEmbeddingWithPredictiveBack/app/build.gradle @@ -77,14 +77,12 @@ dependencies { implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.material3:material3' - implementation platform('androidx.compose:compose-bom:2022.10.00') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00') androidTestImplementation 'androidx.compose.ui:ui-test-junit4' - androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00') debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-test-manifest'