|
|
@@ -110,7 +110,8 @@ def enableProguardInReleaseBuilds = false
|
|
|
* give correct results when using with locales other than en-US. Note that
|
|
|
* this variant is about 6MiB larger per architecture than default.
|
|
|
*/
|
|
|
-def jscFlavor = 'org.webkit:android-jsc:+'
|
|
|
+//def jscFlavor = 'org.webkit:android-jsc:+'
|
|
|
+def jscFlavor = 'org.webkit:android-jsc-intl:+'
|
|
|
|
|
|
/**
|
|
|
* Whether to enable the Hermes VM.
|
|
|
@@ -134,6 +135,9 @@ android {
|
|
|
|
|
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
|
|
|
|
|
+ aaptOptions.cruncherEnabled = false
|
|
|
+aaptOptions.useNewCruncher = false
|
|
|
+
|
|
|
defaultConfig {
|
|
|
applicationId app_id
|
|
|
minSdkVersion rootProject.ext.minSdkVersion
|