File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y
174174
175175``` groovy
176176dependencies {
177- implementation "org.wpewebkit.wpeview:wpeview:0.1.1 "
177+ implementation "org.wpewebkit.wpeview:wpeview:0.1.2 "
178178}
179179```
180180
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104mavenPublishing {
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'
You can’t perform that action at this time.
0 commit comments