diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c763015..941c21c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -54,7 +54,7 @@ androidx-lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle androidx-lifecycle-viewmodel-savedstate = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-savedstate", version.ref = "androidx-lifecycle" } androidx-lifecycle-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" } androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.8.0" } -androidx-webkit = { group = "androidx.webkit", name = "webkit", version = "1.11.0" } +androidx-webkit = { group = "androidx.webkit", name = "webkit", version = "1.16.0" } androidx-activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity" } androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidx-activity" } androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "androidx-fragment" }