Update jsc to intl version (#2931)

This commit is contained in:
Miguel Alatzar 2019-06-27 08:09:51 -07:00 committed by Harrison Healey
parent 8f9a660433
commit a33f26e827

View file

@ -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}"