File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ plugins {
1414jxbrowser {
1515 // The JxBrowser version (required).
1616 // Obtain the latest release version number at https://teamdev.com/jxbrowser/.
17- version = " 8.18.2 "
17+ version = " 8.18.3 "
1818
1919 // If you're using Gradle 8.1.1 or older, use the following syntax:
20- // version.set("8.18.2 ")
20+ // version.set("8.18.3 ")
2121
2222 // The location of JxBrowser repository to use (optional).
2323 // It's either North America or Europe.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2323object BuildSettings {
2424 const val GROUP = " com.teamdev.jxbrowser"
2525 const val VERSION = " 2.0.0"
26- const val JXBROWSER_VERSION = " 8.18.2 "
26+ const val JXBROWSER_VERSION = " 8.18.3 "
2727 val javaVersion = JavaVersion .VERSION_1_8
2828}
2929
You can’t perform that action at this time.
0 commit comments