Skip to content

Update JX Browser version to 7.41.2 #7655

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

Merged
merged 1 commit into from
Sep 19, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ flutter-intellij.jar
flutter-intellij.zip
third_party/lib/*.jar
third_party/lib/jxbrowser/*
!third_party/lib/jxbrowser/jxbrowser-7.38.2.jar
!third_party/lib/jxbrowser/jxbrowser-swing-7.38.2.jar
!third_party/lib/jxbrowser/jxbrowser-7.41.2.jar
!third_party/lib/jxbrowser/jxbrowser-swing-7.41.2.jar
!third_party/lib/java-string-similarity-2.0.0.jar
material-design-icons/
out/
Expand Down
2 changes: 1 addition & 1 deletion flutter-idea/src/io/flutter/utils/JxBrowserUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class JxBrowserUtils {
private static final String JXBROWSER_FILE_PREFIX = "jxbrowser";
private static final String JXBROWSER_FILE_VERSION = "7.38.2";
private static final String JXBROWSER_FILE_VERSION = "7.41.2";
private static final String JXBROWSER_FILE_SUFFIX = "jar";
public static final String LICENSE_PROPERTY_NAME = "jxbrowser.license.key";

Expand Down
4 changes: 2 additions & 2 deletions flutter-intellij-community.iml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/third_party/lib/jxbrowser/jxbrowser-7.38.2.jar!/" />
<root url="jar://$MODULE_DIR$/third_party/lib/jxbrowser/jxbrowser-7.41.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand All @@ -165,7 +165,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/third_party/lib/jxbrowser/jxbrowser-swing-7.38.2.jar!/" />
<root url="jar://$MODULE_DIR$/third_party/lib/jxbrowser/jxbrowser-swing-7.41.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
Expand Down
Binary file not shown.
Binary file not shown.