Update jsc to intl version (#2931)
This commit is contained in:
parent
8f9a660433
commit
a33f26e827
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ configurations.all {
|
|||
|
||||
dependencies {
|
||||
// Make sure to put android-jsc at the top
|
||||
implementation "org.webkit:android-jsc:r241213"
|
||||
implementation "org.webkit:android-jsc-intl:r241213"
|
||||
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue