Skip to content

Commit 0aebf69

Browse files
committed
Bump JSC intl version, remove cppruntime
1 parent b356041 commit 0aebf69

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

jsc-intl/build.gradle

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,15 @@ buildscript {
1616
repositories {
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

2925
apply plugin: 'com.kezong.fat-aar'
3026

3127
android {
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

4940
dependencies {
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
}

0 commit comments

Comments
 (0)