Skip to content

Commit 3d4da25

Browse files
committed
[wpe] Update to WPE WebKit 2.48.3
This is a minor bugfix release, changing the versions strings is enough.
1 parent c1eeb13 commit 3d4da25

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tools/scripts/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
class Bootstrap:
8383
default_arch = "arm64"
84-
default_version = "2.48.2"
84+
default_version = "2.48.3"
8585

8686
_cerbero_origin = "https://github.com/Igalia/wpe-android-cerbero.git"
8787
_cerbero_branch = "main"

wpeview/src/main/java/org/wpewebkit/wpe/WKRuntime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class WKRuntime {
5050

5151
// Bump this version number if you make any changes to the font config
5252
// or the gstreamer plugins or else they won't be applied.
53-
private static final String assetsVersion = "ui_process_assets_2.48.2";
53+
private static final String assetsVersion = "ui_process_assets_2.48.3";
5454

5555
static { System.loadLibrary("WPEAndroidRuntime"); }
5656

wpeview/src/main/java/org/wpewebkit/wpe/services/NetworkProcessService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class NetworkProcessService extends WPEService {
3636

3737
// Bump this version number if you make any changes to the gio
3838
// modules or else they won't be applied.
39-
private static final String assetsVersion = "network_process_assets_2.48.2_gst_1.24.8";
39+
private static final String assetsVersion = "network_process_assets_2.48.3_gst_1.24.8";
4040

4141
@Override
4242
protected void loadNativeLibraries() {

wpeview/src/main/java/org/wpewebkit/wpe/services/WebDriverProcessService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class WebDriverProcessService extends WPEService {
1616

1717
// Bump this version number if you make any changes to the gio
1818
// modules or else they won't be applied.
19-
private static final String assetsVersion = "webdriver_process_assets_2.48.2_gst_1.24.8";
19+
private static final String assetsVersion = "webdriver_process_assets_2.48.3_gst_1.24.8";
2020

2121
@Override
2222
protected void loadNativeLibraries() {

wpeview/src/main/java/org/wpewebkit/wpe/services/WebProcessService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class WebProcessService extends WPEService {
4444

4545
// Bump this version number if you make any changes to the font config
4646
// or the gstreamer plugins or else they won't be applied.
47-
private static final String assetsVersion = "web_process_assets_2.48.2_gst_1.24.8";
47+
private static final String assetsVersion = "web_process_assets_2.48.3_gst_1.24.8";
4848

4949
@Override
5050
protected void loadNativeLibraries() {

0 commit comments

Comments
 (0)