File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## v0.2.1 (2.48.5) - 2025-08-11
6+
7+ ### Changed
8+
9+ - WPE WebKit updated to [ version 2.48.5] ( https://wpewebkit.org/release/wpewebkit-2.48.5.html ) (#208 ).
10+
11+ ### Added
12+
13+ - The WPE WebKit version in use at runtime is now sent to the debug log
14+ during startup (#209 ).
15+
16+
517## v0.2.0 (2.48.3) - 2024-06-04
618
719### Changed
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ Add the dependencies for the artifacts you need in the `build.gradle` file for y
203203
204204``` groovy
205205dependencies {
206- implementation "org.wpewebkit.wpeview:wpeview:0.2.0 "
206+ implementation "org.wpewebkit.wpeview:wpeview:0.2.1 "
207207}
208208```
209209
Original file line number Diff line number Diff line change 11[versions ]
2- wpeview = " 0.2.0 "
2+ wpeview = " 0.2.1 "
33min-android-sdk = " 31"
44target-android-sdk = " 35"
55android-ndk = " 27.0.12077973"
You can’t perform that action at this time.
0 commit comments