Fix(WebView): Support check WebView version

This commit is contained in:
2024-11-08 15:39:29 +08:00
parent 3f6fcc0106
commit de28107287
13 changed files with 113 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[versions]
agp = "8.7.2"
kotlin = "2.0.20"
kotlin = "2.0.21"
ksp = "2.0.20-1.0.25"
aboutlibraries = "11.2.3"
protobufPlugin = "0.9.4"
@@ -8,7 +8,7 @@ kotlinxSerialization = "2.0.20"
secrets = "2.0.1"
paging = "3.3.2"
desugarJdkLibs = "2.1.2"
desugarJdkLibs = "2.1.3"
composeBom = "2024.10.01"
junit = "4.13.2"
coreKtx = "1.15.0"
@@ -19,6 +19,7 @@ activityCompose = "1.9.3"
appcompat = "1.7.0"
androidxLifecycle = "2.8.7"
androidxCoreSplashscreen = "1.0.1"
androidxWebKit = "1.12.1"
hilt = "2.52"
coil = "2.7.0"
kotlinxDatetime = "0.6.1"
@@ -79,6 +80,7 @@ lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-ru
lifecycle-runtime-testing = { group = "androidx.lifecycle", name = "lifecycle-runtime-testing", version.ref = "androidxLifecycle" }
lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" }
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" }
androidx-web-kit = { group = "androidx.webkit", name = "webkit", version.ref = "androidxWebKit" }
dagger-compiler = { group = "com.google.dagger", name = "dagger-compiler", version.ref = "hilt" }
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-android-testing = { group = "com.google.dagger", name = "hilt-android-testing", version.ref = "hilt" }