Skip to content

Commit

Permalink
wpe-android 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 19, 2024
1 parent 27f2a8a commit 0e2c13d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ChangeLog

All notable changes to this project will be documented in this file.

## v0.1.2

### Changed

- WPE WebKit updated to
[version 2.46.3](https://wpewebkit.org/release/wpewebkit-2.46.3.html).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y

```groovy
dependencies {
implementation "org.wpewebkit.wpeview:wpeview:0.1.1"
implementation "org.wpewebkit.wpeview:wpeview:0.1.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion wpeview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {
mavenPublishing {
configure(new AndroidSingleVariantLibrary("release", true, true))

coordinates("org.wpewebkit.wpeview", "wpeview", "0.1.1")
coordinates("org.wpewebkit.wpeview", "wpeview", "0.1.2")

pom {
name = 'WPEView'
Expand Down

0 comments on commit 0e2c13d

Please sign in to comment.