Skip to content

Commit

Permalink
wpe-android 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Nov 6, 2024
1 parent 859fff1 commit 13858bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
implementation "org.wpewebkit.wpeview:wpeview:0.1.1"
}
```

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.0")
coordinates("org.wpewebkit.wpeview", "wpeview", "0.1.1")

pom {
name = 'WPEView'
Expand Down

0 comments on commit 13858bf

Please sign in to comment.