File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ apply plugin: 'java'
1919
2020task downloadJsc (type : Download ) {
2121
22- src ' https://registry.npmjs.org/jsc-android/-/jsc-android-245459.0.0 .tgz'
22+ src ' https://registry.npmjs.org/jsc-android/-/jsc-android-250230.2.1 .tgz'
2323 dest new File (" ${ projectDir} /jsc-download-package" )
2424 connectTimeout 25000
2525 onlyIfNewer true
2626 doLast {
2727
2828 copy {
29- from tarTree(resources. gzip(new File (" ${ projectDir} /jsc-download-package/jsc-android-245459.0.0 .tgz" )))
29+ from tarTree(resources. gzip(new File (" ${ projectDir} /jsc-download-package/jsc-android-250230.2.1 .tgz" )))
3030 into " ${ getProjectDir()} /libs"
3131
3232 }
@@ -39,5 +39,5 @@ build.dependsOn downloadJsc
3939task replaceAndroidJsc (type : Copy ) {
4040 from file(' ${project.rootDir}/jsc/build.gradle' )
4141 into ' ${project.rootDir}/jsc/'
42- filter { line -> line. replaceAll(' /*ANDROID_JSC_DEPENDENCY*/' , ' embed "org.webkit:android-jsc:r245459 "' ) }
43- }
42+ filter { line -> line. replaceAll(' /*ANDROID_JSC_DEPENDENCY*/' , ' embed "org.webkit:android-jsc:+ "' ) }
43+ }
You can’t perform that action at this time.
0 commit comments