Skip to content

Commit 4dce568

Browse files
committed
- Add new version library;
1 parent 73adf21 commit 4dce568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
### :rocket: Setup
1919
1) Add the dependency to the commonMain section of your build.gradle
2020
```java
21-
implementation("io.github.final-class:webview-multiplatform-mobile:1.2.0")
21+
implementation("io.github.final-class:webview-multiplatform-mobile:1.3.0")
2222
```
2323
2) Use WebView in your shared code
2424
```kotlin

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454

5555
mavenPublishing {
56-
val version = "1.2.0"
56+
val version = "1.3.0"
5757
val groupId = "io.github.final-class"
5858
val artifact = "webview-multiplatform-mobile"
5959

0 commit comments

Comments
 (0)