diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f026c32ca60..4c19a371057 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -194,7 +194,7 @@ dependencies { implementation("androidx.compose.ui:ui-tooling:1.0.4") implementation("androidx.activity:activity-compose:1.3.1") implementation("com.google.android.material:compose-theme-adapter:1.0.4") - implementation("com.google.accompanist:accompanist-appcompat-theme:0.16.0") + implementation("com.google.accompanist:accompanist-appcompat-theme:0.20.0") } // Disable to fix memory leak and be compatible with the configuration cache.