Skip to content

Commit 0e2c13d

Browse files
committed
wpe-android 0.1.2
1 parent 27f2a8a commit 0e2c13d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ChangeLog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## v0.1.2
6+
7+
### Changed
8+
9+
- WPE WebKit updated to
10+
[version 2.46.3](https://wpewebkit.org/release/wpewebkit-2.46.3.html).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y
174174

175175
```groovy
176176
dependencies {
177-
implementation "org.wpewebkit.wpeview:wpeview:0.1.1"
177+
implementation "org.wpewebkit.wpeview:wpeview:0.1.2"
178178
}
179179
```
180180

wpeview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
mavenPublishing {
105105
configure(new AndroidSingleVariantLibrary("release", true, true))
106106

107-
coordinates("org.wpewebkit.wpeview", "wpeview", "0.1.1")
107+
coordinates("org.wpewebkit.wpeview", "wpeview", "0.1.2")
108108

109109
pom {
110110
name = 'WPEView'

0 commit comments

Comments
 (0)