We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27640b9 commit c1104c4Copy full SHA for c1104c4
README.md
@@ -499,7 +499,7 @@ kotlin {
499
commonMain {
500
dependencies {
501
// use api since the desktop app need to access the Cef to initialize it.
502
- api("io.github.kevinnzou:compose-webview-multiplatform:1.8.2")
+ api("io.github.kevinnzou:compose-webview-multiplatform:1.8.4")
503
}
504
505
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.2
+VERSION_NAME=1.8.4
26
27
POM_NAME=Compose WebView Multiplatform
28
POM_INCEPTION_YEAR=2023
0 commit comments