< prev index next >

./build.gradle

Print this page
rev 9406 : imported patch 8u.patch

@@ -2523,11 +2523,11 @@
         def targetProperties = project.rootProject.ext[t.upper]
         def classifier = (t.name != "linux" && t.name != "win") ? t.name :
                           IS_64 ? "${t.name}-amd64" : "${t.name}-i586"
         dependencies {
             webkit group: "com.sun.webkit", name: "webview-deps",
-                   version: "1.3", classifier: "$classifier", ext: "zip"
+                   version: "1.3.1", classifier: "$classifier", ext: "zip"
         }
 
         def webkitOutputDir = cygpath("$buildDir/${t.name}")
         def webkitConfig = IS_DEBUG_NATIVE ? "Debug" : "Release"
 
< prev index next >