diff --git a/demos/effect/build.gradle b/demos/effect/build.gradle index aef25c1342..91de7cd4f7 100644 --- a/demos/effect/build.gradle +++ b/demos/effect/build.gradle @@ -69,7 +69,7 @@ dependencies { def composeBom = platform('androidx.compose:compose-bom:2024.10.00') implementation composeBom - implementation 'androidx.activity:activity-compose' + implementation 'androidx.activity:activity-compose:1.9.0' implementation 'androidx.compose.foundation:foundation' implementation 'androidx.compose.material3:material3' implementation 'com.google.android.material:material:' + androidxMaterialVersion