diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 21a6de9f..1ca8dda7 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -17,7 +17,7 @@ kotlin { dependencies { api("androidx.compose.runtime:runtime:1.6.8") api("androidx.compose.foundation:foundation:1.7.1") - api("androidx.compose.material:material:1.6.8") + api("androidx.compose.material:material:1.7.1") implementation("org.reduxkotlin:redux-kotlin-compose:0.6.0") } }