diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e41b210af..1fd9cc17b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version = "1.1 androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" } androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle" } androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version = "1.13.0" } -androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version = "1.0.1" } +androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version = "1.2.0" } # Needed to make the in-app browser honour the app's own light/dark choice. androidx-webkit = { group = "androidx.webkit", name = "webkit", version = "1.16.0" }