Skip to content

Commit

Permalink
[wpe] Upgrade to wpewebkit 2.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhani authored and aperezdc committed Nov 19, 2024
1 parent 13858bf commit 27f2a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/scripts/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

class Bootstrap:
default_arch = "arm64"
default_version = "2.46.0"
default_version = "2.46.3"

_cerbero_origin = "https://github.com/Igalia/wpe-android-cerbero.git"
_cerbero_branch = "main"
Expand Down
2 changes: 1 addition & 1 deletion wpeview/src/main/java/org/wpewebkit/wpe/WKRuntime.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public final class WKRuntime {

// Bump this version number if you make any changes to the font config
// or the gstreamer plugins or else they won't be applied.
private static final String assetsVersion = "ui_process_assets_2.46.0";
private static final String assetsVersion = "ui_process_assets_2.46.3";

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

Expand Down

0 comments on commit 27f2a8a

Please sign in to comment.