Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WebView2Loader.dll to WebView2 1.0.1150.38 #1137

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Git LFS file not shown
Expand Up @@ -32,7 +32,7 @@ class Edge extends WebBrowser {
}

// WebView2Loader.dll compatible version. This is NOT the minimal required version.
static final String SDK_TARGET_VERSION = "89.0.721.0";
static final String SDK_TARGET_VERSION = "99.0.1150.38";

// Display.getData() keys
static final String APPLOCAL_DIR_KEY = "org.eclipse.swt.internal.win32.appLocalDir";
Expand Down