We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73adf21 commit 4dce568Copy full SHA for 4dce568
README.md
@@ -18,7 +18,7 @@
18
### :rocket: Setup
19
1) Add the dependency to the commonMain section of your build.gradle
20
```java
21
-implementation("io.github.final-class:webview-multiplatform-mobile:1.2.0")
+implementation("io.github.final-class:webview-multiplatform-mobile:1.3.0")
22
```
23
2) Use WebView in your shared code
24
```kotlin
library/build.gradle.kts
@@ -53,7 +53,7 @@ android {
53
}
54
55
mavenPublishing {
56
- val version = "1.2.0"
+ val version = "1.3.0"
57
val groupId = "io.github.final-class"
58
val artifact = "webview-multiplatform-mobile"
59
0 commit comments