From a33f26e8274df5b44405abe797c3513aa86dba37 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Thu, 27 Jun 2019 08:09:51 -0700 Subject: [PATCH] Update jsc to intl version (#2931) --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 50011f440..6562e417b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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}"