We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ad870 commit 7a03c26Copy full SHA for 7a03c26
README.md
@@ -506,7 +506,7 @@ kotlin {
506
commonMain {
507
dependencies {
508
// use api since the desktop app need to access the Cef to initialize it.
509
- api("io.github.kevinnzou:compose-webview-multiplatform:1.8.6")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.8.8")
510
}
511
512
gradle.properties
@@ -22,7 +22,7 @@ compose.version=1.5.10
22
23
GROUP=io.github.kevinnzou
24
POM_ARTIFACT_ID=compose-webview-multiplatform
25
-VERSION_NAME=1.8.6
+VERSION_NAME=1.8.8
26
27
POM_NAME=Compose WebView Multiplatform
28
POM_INCEPTION_YEAR=2023
0 commit comments