File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,15 @@ buildscript {
1616repositories {
1717 google()
1818 jcenter()
19- maven {
20- // Local Maven repo containing AARs with JSC library built for Android
21- url " $projectDir /../download-jsc/libs/245459.0.0/package/dist"
22- }
2319 maven {
2420 // Local Maven repo containing AARs with JSC library built for Android
25- url " $projectDir /../download-jsc/libs/250230.2.1 /package/dist"
21+ url " $projectDir /../download-jsc/libs/294992.0.0 /package/dist"
2622 }
2723}
2824
2925apply plugin : ' com.kezong.fat-aar'
3026
3127android {
32-
33- // packagingOptions {
34- // pickFirst '**/libjsc.so'
35- // pickFirst '**/libc++_shared.so'
36- // }
3728 defaultConfig {
3829 externalNativeBuild {
3930 cmake {
@@ -47,6 +38,5 @@ android {
4738}
4839
4940dependencies {
50- embed " org.webkit:android-jsc-intl:r250230"
51- embed " org.webkit:android-jsc-cppruntime:r245459"
41+ embed " org.webkit:android-jsc-intl:r294992"
5242}
You can’t perform that action at this time.
0 commit comments